cb-biz-ui 1.7.7 → 1.7.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
entity.saleCnt || 0 }}
|
|
61
61
|
</text>
|
|
62
62
|
</view>
|
|
63
|
-
<view class="goods-card_info_tag" v-if="entity.hasDiscount">
|
|
64
|
-
<ui-tag type="danger" padding="6rpx 10rpx" :size="textFontSize.tag" plain>
|
|
63
|
+
<view class="goods-card_info_tag" v-if="entity.hasDiscount || entity.purchaseLimitNum > 0">
|
|
64
|
+
<ui-tag v-if="entity.hasDiscount" type="danger" padding="6rpx 10rpx" :size="textFontSize.tag" plain>
|
|
65
65
|
<view class="tag-box">
|
|
66
66
|
<image class="icon icon_yh"
|
|
67
67
|
src="https://shop-cdn.cbyzx.com/shop23n05y18abcd/img/5131a04c08bf4c80b73291f82186ce46.png" />
|