deguodaigou/components/yue/yuetop/yuetop.wxml

7 lines
204 B
Plaintext
Raw Normal View History

2019-12-23 02:04:09 +00:00
<view class="yuetop">
<view class="all">总资产</view>
<view class="money">
2019-12-28 02:13:48 +00:00
<text>{{money}}</text>
2019-12-28 08:31:20 +00:00
<text class="chong" bind:tap="recharge">充值</text>
2019-12-23 02:04:09 +00:00
</view>
2019-12-14 09:01:16 +00:00
</view>