|
@@ -6,8 +6,8 @@
|
|
|
<span>{{month}}月</span>
|
|
|
<u-icon name="arrow-down-s-fill" custom-prefix="custom-icon" color="#B3B3B3" size="32"></u-icon>
|
|
|
</view>
|
|
|
- <view class="rechargeList">
|
|
|
- <view class="rechargeList-item" v-for="(item,index) in accountList" :key="item.id" @click="gotoUrl('pages/user/finance/rechargeDet?id=' + item.id)">
|
|
|
+ <view class="rechargeList" v-if="accountList.length > 0">
|
|
|
+ <view class="rechargeList-item" v-for="(item,index) in accountList" :key="item.id" @click="gotoUrl('pages/user/finance/rechargeDet?id=' + item.id)">
|
|
|
<view class="rechargeList-row"><span>充值金额</span><h4>{{item.amount}}</h4></view>
|
|
|
<view class="rechargeList-row"><p>{{item.payNameStr}}</p><p>{{item.createTime}}</p></view>
|
|
|
</view>
|