zhengjinyi 8 месяцев назад
Родитель
Сommit
744e93ad1f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/resources/templates/index.html

+ 2 - 2
src/main/resources/templates/index.html

@@ -125,10 +125,10 @@
     </div>
     <div class="section_coupundle" :class="isCloseCoupon ? 'show' : 'hide'">
         <div class="section_coupundle_inner">
-            <a href="/user/coupon-collection.html " v-if="isPC">
+            <a href="/user/coupon-collection.html" target="_blank" v-if="isPC">
                 <img src="https://static.caimei365.com/app/img/bg/coupun_banner_pc@2x.jpg" alt="" class="section_coupundle_img">
             </a>
-            <a href="/user/coupon-collection.html " v-else>
+            <a href="/user/coupon-collection.html" target="_blank" v-else>
                 <img src="https://static.caimei365.com/app/img/bg/coupun_banner_h5@2x.jpg" alt="" class="section_coupundle_img">
             </a>
             <div class="section_coupundle_close" @click="handleCloseClick"></div>