钱包明细

This commit is contained in:
Mr.jiang 2024-07-03 09:24:22 +08:00
parent ecb5dc270f
commit 59bbf93062
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<view class="list-top">
<view class="list-top-view">
<span class="list-top-view-title">{{item.title}}</span>
<span class="img-span">{{item.blFlag=='1'?'余额':'现金'}}</span>
<span class="img-span">{{item.blFlag=='1'?'钱包':'现金'}}</span>
</view>
<text v-if="item.type == 1" class="text-olive" style="font-size: 32upx;font-weight: 600"><text class="text-olive">+</text>{{item.money}}</text>
<text v-if="item.type == 2" class="text-red" style="font-size: 32upx;font-weight: 600"><text class="text-red">-</text>{{item.money}}</text>