账单报表
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user