143 lines
7.7 KiB
Plaintext
143 lines
7.7 KiB
Plaintext
<loading wx:if="{{!show}}">加载中...</loading>
|
|
<view class="page apply" wx:if="{{show}}">
|
|
<view class="fui-cell-group">
|
|
<view class="fui-cell" style="padding-top:40rpx">
|
|
<view class="fui-cell-info" style="font-size: .7rem;color: #666;">我的{{set['texts']['commission_ok']}}</view>
|
|
</view>
|
|
<view class="fui-cell" style="padding-bottom:40rpx;padding-top:0;">
|
|
<view class="fui-cell-label price">¥</view>
|
|
<view class="fui-cell-info price">{{commission_ok}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell-group">
|
|
<view class="fui-cell">
|
|
<view class="fui-cell-label">提现方式</view>
|
|
</view>
|
|
<radio-group wx:for="{{type_array}}" wx:key="item">
|
|
<label bindtap="typeChange" data-name="0" wx:if="{{item.type=='0'}}">
|
|
<view class="fui-cell applyradio">
|
|
<view class="fui-cell-icon">
|
|
<image alt="" src="/static/images/icon-white/ye.png"></image>
|
|
</view>
|
|
<view class="fui-cell-info">
|
|
{{item.title}}
|
|
</view>
|
|
<view class="fui-cell-remark noremark">
|
|
<radio checked="{{applytype==0?'checked':''}}" class="fui-radio fui-radio-danger" color="#ff5555" data-type="0" id="applytype" value="1"></radio>
|
|
</view>
|
|
</view>
|
|
</label>
|
|
<label bindtap="typeChange" data-name="1" wx:if="{{item.type=='1'}}">
|
|
<view class="fui-cell applyradio">
|
|
<view class="fui-cell-icon">
|
|
<image alt="" src="/static/images/icon-white/wx.png"></image>
|
|
</view>
|
|
<view class="fui-cell-info">
|
|
{{item.title}}
|
|
</view>
|
|
<view class="fui-cell-remark noremark">
|
|
<radio checked="{{applytype==1?'checked':''}}" class="fui-radio fui-radio-danger" color="#ff5555" data-type="1" value="1"></radio>
|
|
</view>
|
|
</view>
|
|
</label>
|
|
<label bindtap="typeChange" data-name="2" wx:if="{{item.type=='2'}}">
|
|
<view class="fui-cell applyradio">
|
|
<view class="fui-cell-icon">
|
|
<image alt="" src="/static/images/icon-white/zfb.png"></image>
|
|
</view>
|
|
<view class="fui-cell-info">
|
|
{{item.title}}
|
|
</view>
|
|
<view class="fui-cell-remark noremark">
|
|
<radio checked="{{applytype==2?'checked':''}}" class="fui-radio fui-radio-danger" color="#ff5555" data-type="2" value="1"></radio>
|
|
</view>
|
|
</view>
|
|
</label>
|
|
<block wx:if="{{applytype==2&&item.type=='2'}}">
|
|
<view class="fui-cell">
|
|
<view class="fui-cell-label">姓名</view>
|
|
<view class="fui-cell-info">
|
|
<input bindinput="inputChange" class="fui-input" data-type="realname" max="25" placeholder="请输入姓名" type="text" value="{{last_data.realname}}"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell">
|
|
<view class="fui-cell-label">支付宝帐号</view>
|
|
<view class="fui-cell-info">
|
|
<input bindinput="inputChange" class="fui-input" data-type="alipay" max="25" placeholder="请输入支付宝账号" value="{{last_data.alipay}}"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell alipay-group">
|
|
<view class="fui-cell-label">确认帐号</view>
|
|
<view class="fui-cell-info">
|
|
<input bindinput="inputChange" class="fui-input" data-type="alipay1" max="25" placeholder="请确认支付宝账号" value="{{last_data.alipay1}}"></input>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
<label bindtap="typeChange" data-name="3" wx:if="{{item.type=='3'}}">
|
|
<view class="fui-cell applyradio">
|
|
<view class="fui-cell-icon">
|
|
<image alt="" src="/static/images/icon-white/yinhangka.png"></image>
|
|
</view>
|
|
<view class="fui-cell-info">
|
|
{{item.title}}
|
|
</view>
|
|
<view class="fui-cell-remark noremark">
|
|
<radio checked="{{applytype==3?'checked':''}}" class="fui-radio fui-radio-danger" color="#ff5555" data-type="3" value="1"></radio>
|
|
</view>
|
|
</view>
|
|
</label>
|
|
</radio-group>
|
|
<view class="fui-cell" wx:if="{{applytype==3}}">
|
|
<view class="fui-cell-label">姓名</view>
|
|
<view class="fui-cell-info">
|
|
<input bindinput="inputChange" class="fui-input" data-type="realname" max="25" placeholder="请输入姓名" type="text" value="{{last_data.realname}}"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{applytype==3}}">
|
|
<view class="fui-cell-label">
|
|
<span class="re-g">选择银行</span>
|
|
</view>
|
|
<picker bindchange="bankChange" class="fui-cell-info" range="{{banklist}}" rangeKey="bankname" value="{{bankIndex}}">{{banklist[bankIndex]['bankname']}}</picker>
|
|
<view class="fui-cell-remark"></view>
|
|
</view>
|
|
<block wx:if="{{applytype==3}}">
|
|
<view class="fui-cell alipay-group">
|
|
<view class="fui-cell-label">开户行</view>
|
|
<view class="fui-cell-info">
|
|
<input bindinput="inputChange" class="fui-input" data-type="openbank" max="25" placeholder="请输入开户行" value="{{last_data.openbank}}"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell alipay-group">
|
|
<view class="fui-cell-label">银行卡号</view>
|
|
<view class="fui-cell-info">
|
|
<input bindinput="inputChange" class="fui-input" data-type="bankcard" max="25" placeholder="请输入银行卡号" value="{{last_data.bankcard}}"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell alipay-group">
|
|
<view class="fui-cell-label">确认卡号</view>
|
|
<view class="fui-cell-info">
|
|
<input bindinput="inputChange" class="fui-input" data-type="bankcard1" max="25" placeholder="请确认银行卡号" value="{{last_data.bankcard1}}"></input>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</view>
|
|
<view class="fui-cell-group" wx:if="{{set_array['charge']>0}}">
|
|
<view class="fui-cell">
|
|
<view class="fui-cell-info"> 佣金提现{{set['texts']['commission_charge']}} {{set_array['charge']}}%</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{set_array['end']>0}}">
|
|
<view class="fui-cell-info"> {{set['texts']['commission_charge']}}金额在¥{{set_array['begin']}}到¥{{set_array['end']}}间免收</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{deductionmoney>0}}">
|
|
<view class="fui-cell-info"> 本次提现将{{set['texts']['commission_charge']}}金额 ¥ {{deductionmoney}}</view>
|
|
</view>
|
|
<view class="fui-cell">
|
|
<view class="fui-cell-info">本次提现实际到账金额 ¥ {{realmoney}}</view>
|
|
</view>
|
|
</view>
|
|
<view bindtap="submit" class="btn btn-warning mtop block {{!cansettle||isSubmit?'disabled':''}}">下一步</view>
|
|
<view class="fui-toast {{FoxUIToast.show?'in':'out'}}">
|
|
<view class="text">{{FoxUIToast.text}}</view>
|
|
</view>
|
|
</view>
|