recharge.wxml 1.4 KB

1
  1. <view class="content"><view class="yue"><view class="font">当前余额</view><view class="money">{{"¥"+$root.f0}}</view></view><view class="row-box"><view class="title">充值金额</view><view class="row"><text class="tit">¥</text><input class="input" type="number" placeholder="请选择充值金额" placeholder-class="placeholder" disabled="{{true}}" data-event-opts="{{[['input',[['__set_model',['','money','$event',[]]]]]]}}" value="{{money}}" bindinput="__e"/></view><view class="xian"></view><view class="moneyBtn-box"><block wx:for="{{moneyList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['changemoney',['$0',index,'$1'],[[['moneyList','',index,'price']],[['moneyList','',index,'id']]]]]]]}}" class="{{['moneyBtn',(choose==index)?'current':'']}}" bindtap="__e">{{''+item.price+'元'}}</view></block></view></view><block wx:if="{{!weichatBsrowser}}"><view class="list"><radio-group data-event-opts="{{[['change',[['tabRadio',['$event']]]]]}}" bindchange="__e"><label><view class="box"><view class="icon iconfont iconweixin1"></view><view class="title-box"><view class="title"><text>微信充值</text></view></view><view class="right"><radio value="weixin" color=" #5dbc7c" checked="{{type=='weixin'}}"></radio></view></view></label></radio-group></view></block><button data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="{{['add-btn','up',(payLoding)?'active-bg':'']}}" bindtap="__e">立即充值</button></view>