withdrawal.wxml 3.3 KB

1
  1. <view class="content"><view class="tip">提现7个工作日到账</view><view class="row-box"><view class="title">提现金额</view><view class="row"><text class="tit">¥</text><input class="input" type="number" placeholder="{{'最低提现金额'+minPrice+'元'}}" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','withdrawal','$event',[]]]]]]}}" value="{{withdrawal}}" bindinput="__e"/><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="buttom" bindtap="__e">全部提现</view></view></view><view class="navbar"><block wx:for="{{navList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['tabClick',[index]]]]]}}" class="{{['nav-item',(tabCurrentIndex===index)?'current':'']}}" bindtap="__e">{{item.text}}</view></block></view><swiper class="swiper-box" current="{{tabCurrentIndex}}" duration="300" data-event-opts="{{[['change',[['changeTab',['$event']]]]]}}" bindchange="__e"><block wx:for="{{navList}}" wx:for-item="tabItem" wx:for-index="tabIndex" wx:key="tabIndex"><swiper-item class="tab-content"><view class="row b-b"><text class="tit">姓名</text><input class="input" type="text" placeholder="提款人姓名" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','name','$event',[]],[[['navList','',tabIndex,'orderList']]]]]]]}}" value="{{tabItem.orderList.name}}" bindinput="__e"/></view><block wx:if="{{tabIndex==1}}"><view class="row b-b"><text class="tit">账号</text><input class="input" type="text" placeholder="请输入账号" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],[[['navList','',tabIndex,'orderList']]]]]]]}}" value="{{tabItem.orderList.code}}" bindinput="__e"/></view></block><block wx:if="{{tabIndex==0}}"><view class="row b-b"><text class="tit">银行卡号</text><input class="input" type="text" placeholder="请输入银行卡号" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],[[['navList','',tabIndex,'orderList']]]]]]]}}" value="{{tabItem.orderList.code}}" bindinput="__e"/></view></block><block wx:if="{{tabIndex==2}}"><view class="row b-b"><text class="tit">微信号</text><input class="input" type="text" placeholder="请输入微信号" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','code','$event',[]],[[['navList','',tabIndex,'orderList']]]]]]]}}" value="{{tabItem.orderList.code}}" bindinput="__e"/></view></block><block wx:if="{{tabIndex==0}}"><view class="row b-b"><text class="tit">所属银行</text><input class="input" type="text" placeholder="请输入所属银行" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e"/></view></block><block wx:if="{{tabIndex==0}}"><view class="row b-b"><text class="tit">开户行</text><input class="input" type="text" placeholder="请输入开户地址所属支行" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['$0','bankName','$event',[]],[[['navList','',tabIndex,'orderList']]]]]]]}}" value="{{tabItem.orderList.bankName}}" bindinput="__e"/></view></block></swiper-item></block></swiper><button data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="add-btn up" bindtap="__e">提交申请</button></view>