问题修复

This commit is contained in:
2025-09-28 18:27:27 +08:00
parent 4245c2be0d
commit 45cd040e1a
7 changed files with 105 additions and 7 deletions

View File

@@ -117,7 +117,7 @@
v-if="item.icon" :src="item.icon" mode=""></u-image>
</view>
<text class="name u-m-l-16 no-wrap"> {{ item.name }} </text>
<text class="font-12" style="color: #666;margin-right: 16rpx;" v-if="item.type=='points'">
<text class="font-12 u-p-l-6" style="color: #666;margin-right: 16rpx;max-width: 360rpx;" v-if="item.type=='points'">
可用积分{{pointsRes.accountPoints}}最大可抵扣{{maxPointDiscount}}
</text>