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" data-event-opts="{{[['input',[['__set_model',['','money','$event',[]]]]]]}}" value="{{money}}" bindinput="__e"/></view></view><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=" #456ffb" checked="{{type=='weixin'}}"></radio></view></view></label><label><view class="box"><view class="icon iconfont"><image class="yongjing" src="http://xmpt.liuniu946.com/img/yongjing.png"></image></view><view class="title-box"><view class="title"><text>佣金充值</text></view><view class="node">{{"可用佣金¥"+yongMoney}}</view></view><view class="right"><radio value="yongjing" color=" #456ffb" checked="{{type=='yongjing'}}"></radio></view></view></label></radio-group></view><button data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="{{['add-btn','up',(payLoding)?'active-bg':'']}}" bindtap="__e">确认充值</button></view>