Fix:4000 【商城小程序】礼品折扣文字再加大一个字号

This commit is contained in:
LinCyJang
2025-07-08 23:06:54 +08:00
parent 0a667d2b49
commit 4f0d7fb9cc
+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-24 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>
支持礼包赠送