商品券相关优化更新

This commit is contained in:
GaoHao
2024-11-21 09:46:04 +08:00
parent 8c5e03d6c4
commit f7a2f588ef
11 changed files with 613 additions and 578 deletions

View File

@@ -4,7 +4,7 @@
<view class="listItem " v-for="(item,index) in list" :key="index">
<view class="top">
<view class="title">{{item.content}}</view>
<view class="num">{{item.floatPoints}}</view>
<view class="num">{{item.floatType == 'add' ? '+' : ''}}{{item.floatPoints}}</view>
</view>
<view class="time">{{item.createTime}}</view>
</view>