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

10589
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

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