This commit is contained in:
anonymous
2025-01-04 09:49:06 +08:00
parent 4ff9d1d182
commit 2516c3e049
3 changed files with 52 additions and 38 deletions
+4 -2
View File
@@ -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>