Fix:【商城小程序】商品详情页—优惠券间隔偏大,并且没有显示预计获得积分数(缺积分字段)

This commit is contained in:
modendeveloper
2024-09-13 00:31:14 +08:00
parent c1c0cb2373
commit 94aa156f50
+3 -1
View File
@@ -35,14 +35,16 @@
class="cell flex jc-between ai-center"
@click="changeCoupons()"
>
<view class="v12-justify-start">
<view
v-for="(item, index) in couponListLimit2ToShow"
:key="index"
class="v12-align-center"
class="v12-align-center v12-mr-2"
>
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-22 v12-px-1"></view>
<view class="v12-primary-text v12-primary-border v12-radius-6 v12-font-22 v12-px-1">{{ item.couponTitle }}</view>
</view>
</view>
<view class="value value2 v12-font-24 v12-primary-text">
更多优惠
<uni-icons type="right" size="14" color="#707070"></uni-icons>