微信API 账单处理
This commit is contained in:
@@ -1,23 +1,33 @@
|
||||
<view class="space_box view_bg">
|
||||
<view class="inline_box font_large">
|
||||
<image src="https://tdesign.gtimg.com/site/miniprogram-doc/doc-actionsheet.png"/>
|
||||
{{title}}
|
||||
{{name}}
|
||||
</view>
|
||||
<view class="{{money > 0 ? 't-color-income' : 't-color-expend'}} font_large">{{money > 0 ? "+" + money : money}}</view>
|
||||
</view>
|
||||
<view class="padding_box">
|
||||
<t-divider dashed/>
|
||||
</view>
|
||||
<t-cell title="分类" note="收入/薪资收入">
|
||||
<t-cell title="分类" note="{{moneyName}}">
|
||||
<t-icon name="view-module" slot="left-icon" />
|
||||
</t-cell>
|
||||
<t-cell title="账户" note="负债账户/信用卡">
|
||||
<t-icon name="creditcard" slot="left-icon" />
|
||||
</t-cell>
|
||||
<t-cell title="余额" note="123.43">
|
||||
<t-icon name="root-list" slot="left-icon" />
|
||||
</t-cell>
|
||||
<t-cell title="时间" note="2022/12/32 21:12">
|
||||
<view wx:if="{{billType == 'TRANSFER' || billType == 'REPAYMENT'}}">
|
||||
<t-cell title="账户" note="{{fromAccountName}}">
|
||||
<t-icon name="fromAccount" slot="left-icon" />
|
||||
</t-cell>
|
||||
<t-cell title="目标" note="{{accountName}}">
|
||||
<t-icon name="account" slot="left-icon" />
|
||||
</t-cell>
|
||||
</view>
|
||||
<view wx:if="{{billType == 'INCOME' || billType == 'EXPEND'}}">
|
||||
<t-cell title="账户" note="{{accountName}}">
|
||||
<t-icon name="account" slot="left-icon" />
|
||||
</t-cell>
|
||||
<t-cell title="余额" note="{{balance}}">
|
||||
<t-icon name="root-list" slot="left-icon" />
|
||||
</t-cell>
|
||||
</view>
|
||||
<t-cell title="时间" note="{{date}}">
|
||||
<t-icon name="calendar" slot="left-icon" />
|
||||
</t-cell>
|
||||
<view class="bottom_box">
|
||||
|
||||
Reference in New Issue
Block a user