fix(custom): 修复投注记录显示问题

This commit is contained in:
2023-11-21 21:28:43 +08:00
parent daf6150f93
commit 33efd66ef9
3 changed files with 7954 additions and 2861 deletions

View File

@@ -32,8 +32,8 @@
<text>{{ item.DrawTime }}</text>
</view>
</view>
<view style="text-align: right" v-if="item.State === 1">
<view style="color: red">+{{ item.DrawNum }}积分</view>
<view style="text-align: right">
<view style="color: red" v-if="item.State === 1">+{{ item.DrawNum }}积分</view>
<view style="color: green">-{{ item.Number }}豆子</view>
</view>
</view>