Przeglądaj źródła

style: diy优惠券数据展示

From-wh 2 lat temu
rodzic
commit
dca65c5610

+ 2 - 1
template/admin/src/components/mobilePageDiy/home_product.vue

@@ -53,7 +53,7 @@
                 class="label"
                 :style="'border:1px solid ' + labelColor + ';color:' + labelColor"
                 :class="priceShow ? '' : 'on'"
-                v-if="couponShow && item.checkCoupon"
+                v-if="couponShow"
               >
               </div>
@@ -408,6 +408,7 @@ export default {
                         text-align center
                         line-height 18px
                         font-size 11px
+                        border-radius 3px
                         &.on
                            margin-left 0;
 </style>