21 lines
721 B
Plaintext
21 lines
721 B
Plaintext
<view class="main_look">
|
|
<view class="look_content">
|
|
<view class="pay_look">
|
|
<view bind:tap="changeBudget" data-type="count" class="inline_box font_big">年度总支出</view>
|
|
</view>
|
|
<view class="pay_look">
|
|
<text class="center_look font_big">{{ 7000.23 }}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<t-cell-group theme="card">
|
|
<t-cell wx:for="{{payList}}" wx:key="index"
|
|
title="{{item.name}}"
|
|
align="top"
|
|
image="/image/bill/7.png"
|
|
note="{{item.money}}"
|
|
url="../edit/index?isAccount=0&isIncome=0&isAdd=0"
|
|
/>
|
|
</t-cell-group>
|
|
<t-fab icon="add" bind:click="handleClick" aria-label="新增支出类型"/>
|