fix: bug
This commit is contained in:
@@ -44,11 +44,13 @@
|
||||
</view>
|
||||
|
||||
<view class="flex flex-col items-end">
|
||||
<view class="text-14 font-bold text-#FF5F5F">{{ item.money }}</view>
|
||||
<view class="text-14 font-bold text-#FF5F5F">
|
||||
{{ item.action === 1 ? '+' : '-' }}{{ item.money }}
|
||||
</view>
|
||||
<!-- <view class="text-14 font-bold text-#FF5F5F">+2000 RMB</view> -->
|
||||
<!-- <view class="text-14 font-bold text-#FF5F5F">+30 点</view> -->
|
||||
<view class="text-14 mt-10 py-4 px-10 bg-#71C78A1A text-#71C78A" v-if="item.status === 1">
|
||||
已到账
|
||||
{{ item.action === 1 ? '已到账' : '已扣除' }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user