ソースを参照

商品详情SEO

zhengjinyi 2 年 前
コミット
3cedbf513c
1 ファイル変更1 行追加1 行削除
  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>