This commit is contained in:
2023-02-06 22:01:07 +08:00
parent 40ca4223dd
commit f2261a3066
26 changed files with 103 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
<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 data-type="count" class="inline_box font_big">年度总支出</view>
</view>
<view class="pay_look">
<text class="center_look font_big">{{ 7000.23 }}</text>
@@ -13,9 +13,9 @@
<t-cell wx:for="{{payList}}" wx:key="index"
title="{{item.name}}"
align="top"
image="/image/bill/7.png"
image="{{item.icon}}"
note="{{item.money}}"
url="../edit/index?isAccount=0&isIncome=0&isAdd=0"
url="../edit/index?isAccount=0&isIncome=0&isAdd=0&id={{item.id}}"
/>
</t-cell-group>
</view>