7 lines
204 B
Plaintext
Raw Normal View History

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