|
@@ -679,7 +679,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--优惠券弹窗-->
|
|
|
- <template v-if="GLOBAL_USER_ID">
|
|
|
+ <template v-if="GLOBAL_USER_ID>0">
|
|
|
<div class="coupon-popup" v-show="isShowPopup" :class="isShowPopup ? 'show' : 'hide'">
|
|
|
<div class="coupon-popup-model-content">
|
|
|
<div class="title"><p>优惠券</p><i class="icon mIcon" @click="hidePopup"></i></div>
|