完成账单用电初始版本(未联调)

This commit is contained in:
2024-04-29 17:26:51 +08:00
parent 8d0f1931a9
commit 9c717eeb80
21 changed files with 374 additions and 32 deletions

View File

@@ -4,5 +4,5 @@
<view class="itemWrapper" wx:for="{{list}}" wx:key="index">
<van-icon name="balance-list-o" />
<view class="time"> {{ item.time }} </view>
<view class="operate" bind:tap="jumpToDetail"> 查看详细 </view>
<view class="operate" bind:tap="jumpToDetail" data-id="{{item.id}}"> 查看详细 </view>
</view>