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
2.5 KiB

<view class="cash-withdrawal"><view class="nav acea-row"><block wx:for="{{navList}}" wx:for-item="item" wx:for-index="navListIndex" wx:key="navListIndex"><view data-event-opts="{{[['tap',[['swichNav',[navListIndex,'$0'],[[['navList','',navListIndex]]]]]]]}}" class="item font-color-red" bindtap="__e"><view class="{{['line bg-color-red',currentTab===navListIndex?'on':'']}}"></view><view class="{{['iconfont',item.icon+' '+(currentTab===navListIndex?'on':'')]}}"></view><view>{{item.name}}</view></view></block></view><view class="wrapper"><view class="list" hidden="{{currentTab!==0}}"><view class="item acea-row row-between-wrapper"><view class="name">微信号</view><view class="input"><input placeholder="请输入微信号" data-event-opts="{{[['input',[['__set_model',['$0','weixin','$event',[]],['post']]]]]}}" value="{{post.weixin}}" bindinput="__e"/></view></view><view class="item acea-row row-between-wrapper"><view class="name">提现</view><view class="input"><input placeholder="{{'最低提现金额'+minPrice}}" data-event-opts="{{[['input',[['__set_model',['$0','money','$event',[]],['post']]]]]}}" value="{{post.money}}" bindinput="__e"/></view></view><view class="tip">{{"当前可提现金额: "+commissionCount}}</view><view data-event-opts="{{[['tap',[['submitted',['$event']]]]]}}" class="bnt bg-color-red" bindtap="__e">提现</view></view><view class="list" hidden="{{currentTab!==1}}"><view class="item acea-row row-between-wrapper"><view class="name">用户名</view><view class="input"><input placeholder="请填写您的支付宝用户名" data-event-opts="{{[['input',[['__set_model',['$0','name','$event',[]],['post']]]]]}}" value="{{post.name}}" bindinput="__e"/></view></view><view class="item acea-row row-between-wrapper"><view class="name">账号</view><view class="input"><input placeholder="请填写您的支付宝账号" data-event-opts="{{[['input',[['__set_model',['$0','alipay_code','$event',[]],['post']]]]]}}" value="{{post.alipay_code}}" bindinput="__e"/></view></view><view class="item acea-row row-between-wrapper"><view class="name">提现</view><view class="input"><input placeholder="{{'最低提现金额'+minPrice}}" data-event-opts="{{[['input',[['__set_model',['$0','money','$event',[]],['post']]]]]}}" value="{{post.money}}" bindinput="__e"/></view></view><view class="tip">{{"当前可提现金额: "+commissionCount}}</view><view data-event-opts="{{[['tap',[['submitted',['$event']]]]]}}" class="bnt bg-color-red" bindtap="__e">提现</view></view></view></view>