Fix(商品详情):[#4046]补贴和限时两个字调换,正确应该是“平台限时补贴85折”

This commit is contained in:
lifizer
2025-07-15 09:43:50 +08:00
parent 6712cc844d
commit 8fa2c055a4
+1 -1
View File
@@ -73,7 +73,7 @@
:style="giftBg ? 'background: url(' + giftBg + ') no-repeat center/cover' : ''"
:class="giftBg ? '' : 'v12-primary'"
>
<text v-if="storeInfo.discount > 0" class="v12-font-28 v12-yellow-text ll-text">平台补贴限时{{ storeInfo.discount }}</text>
<text v-if="storeInfo.discount > 0" class="v12-font-28 v12-yellow-text ll-text">平台限时补贴{{ storeInfo.discount }}</text>
<view class="v12-font-28 v12-align-center" style="height: 74rpx; opacity: 0;">
<image class="gift-img" :src="webUrl + '/orderIcon/gift.png'" mode="widthFix" ></image>
支持礼包赠送