账单报表

This commit is contained in:
limqhz
2023-02-10 18:02:59 +08:00
parent 87a1b4ce18
commit 4bb155021c
10 changed files with 165 additions and 253 deletions

View File

@@ -3,7 +3,7 @@
<image src="https://tdesign.gtimg.com/site/miniprogram-doc/doc-actionsheet.png"/>
账单金额
</view>
<view class="{{money > 0 ? 't-color-income' : 't-color-expend'}} font_large">{{money > 0 ? "+" + money : money}}</view>
<view class="{{'t-color-' + billType}} font_large">{{money}}</view>
</view>
<view class="padding_box">
<t-divider dashed/>