zhengjinyi 2 anni fa
parent
commit
3cedbf513c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/resources/templates/product/detail.html

+ 1 - 1
src/main/resources/templates/product/detail.html

@@ -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>