You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
1.5 KiB

<view class="data-v-3ff0e0db"><view class="payment-top acea-row row-column row-center-wrapper data-v-3ff0e0db"><text class="name data-v-3ff0e0db">我的余额</text><view class="pic data-v-3ff0e0db"><text class="data-v-3ff0e0db">¥<text class="pic-font data-v-3ff0e0db">{{now_money||0}}</text></text></view></view><view class="recharge data-v-3ff0e0db"><view class="nav acea-row row-around row-middle data-v-3ff0e0db"><view class="item on data-v-3ff0e0db">账户充值</view></view><view class="info-wrapper data-v-3ff0e0db"><view class="picList acea-row row-between mt-20 data-v-3ff0e0db"><block wx:for="{{picList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['picCharge',[index,'$0'],[[['picList','',index]]]]]]]}}" class="{{['pic-box pic-box-color acea-row row-center-wrapper row-column data-v-3ff0e0db',activePic===index?'pic-box-color-active':'']}}" bindtap="__e"><view class="pic-number-pic data-v-3ff0e0db"><text class="data-v-3ff0e0db">{{''+item.value.price+''}}<text class="pic-number data-v-3ff0e0db">元</text></text></view><block wx:if="{{item.value.give_price>0}}"><view class="pic-number data-v-3ff0e0db">{{"赠送:"+item.value.give_price+" 元"}}</view></block></view></block></view><view class="tip data-v-3ff0e0db">提示:充值后帐户的金额不能提现</view><view data-event-opts="{{[['tap',[['recharge',['$event']]]]]}}" class="pay-btn bg-color-red data-v-3ff0e0db" bindtap="__e">立即充值</view></view></view></view>