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