124 lines
6.8 KiB
Plaintext
124 lines
6.8 KiB
Plaintext
<view class="page">
|
|
<view class="header">
|
|
<view class="title">我的提现</view>
|
|
<view class="price">¥{{msg.dividend_ok}}</view>
|
|
</view>
|
|
<view class="content fui-cell-group">
|
|
<view class="fui-cell" style="color: #999;font-size:28rpx">提现方式</view>
|
|
<view class="fui-cell" wx:if="{{msg.type_array[0].title}}">
|
|
<view class="fui-cell-icon">
|
|
<text class="icox icox-daituikuan2" style="color: #d6aa3f;"></text>
|
|
</view>
|
|
<view class="fui-cell-text">
|
|
<p class="text">提现到余额</p>
|
|
</view>
|
|
<view class="fui-cell-remark noremark">
|
|
<radio bindtap="selected" checked="{{radios.balance.checked==1?true:false}}" color="#cfa943" data-checked="{{radios.balance.checked}}" data-status="balance" data-type="0"></radio>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{msg.type_array[1].title}}">
|
|
<view class="fui-cell-icon">
|
|
<text class="icox icox-weixinzhifu" style="color: #05c907"></text>
|
|
</view>
|
|
<view class="fui-cell-text">
|
|
<p class="text">提现到微信钱包</p>
|
|
</view>
|
|
<view class="fui-cell-remark noremark">
|
|
<radio bindtap="selected" checked="{{radios.weixin.checked==1?true:false}}" color="#cfa943" data-checked="{{radios.weixin.checked}}" data-status="weixin" data-type="1"></radio>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{msg.type_array[2].title}}">
|
|
<view class="fui-cell-icon">
|
|
<text class="icox icox-zhifubao" style="color: #168fea;"></text>
|
|
</view>
|
|
<view class="fui-cell-text">
|
|
<p class="text">提现到支付宝</p>
|
|
</view>
|
|
<view class="fui-cell-remark noremark">
|
|
<radio bindtap="selected" checked="{{radios.alipay.checked==1?true:false}}" color="#cfa943" data-checked="{{radios.alipay.checked}}" data-status="alipay" data-type="2"></radio>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{radios.alipay.checked==1}}">
|
|
<view class="fui-cell-label">姓名</view>
|
|
<view class="fui-cell-info"></view>
|
|
<view class="fui-cell-remark noremark">
|
|
<input bindinput="changeinput" data-input="realname" placeholder="请填写姓名" placeholderStyle="color:#ccc" type="text"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{radios.alipay.checked==1}}">
|
|
<view class="fui-cell-label">支付宝账号</view>
|
|
<view class="fui-cell-info"></view>
|
|
<view class="fui-cell-remark noremark">
|
|
<input bindinput="changeinput" data-input="alipay" placeholder="请填写支付宝账号" placeholderStyle="color:#ccc" type="text"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{radios.alipay.checked==1}}">
|
|
<view class="fui-cell-label">确认账号</view>
|
|
<view class="fui-cell-info"></view>
|
|
<view class="fui-cell-remark noremark">
|
|
<input bindinput="changeinput" data-input="alipay1" placeholder="请填写支付宝账号" placeholderStyle="color:#ccc" type="text"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{msg.type_array[3].title}}">
|
|
<view class="fui-cell-icon">
|
|
<text class="icox icox-yinhangqia" style="color: #e96c6a"></text>
|
|
</view>
|
|
<view class="fui-cell-text">
|
|
<p class="text">提现到银行卡</p>
|
|
</view>
|
|
<view class="fui-cell-remark noremark">
|
|
<radio bindtap="selected" checked="{{radios.card.checked==1?true:false}}" color="#cfa943" data-checked="{{radios.card.checked}}" data-status="card" data-type="3"></radio>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{radios.card.checked==1}}">
|
|
<view class="fui-cell-label">姓名</view>
|
|
<view class="fui-cell-info"></view>
|
|
<view class="fui-cell-remark noremark">
|
|
<input bindinput="changeinput" data-input="realname1" placeholder="请填写姓名" placeholderStyle="color:#ccc" type="text"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{radios.card.checked==1}}">
|
|
<view class="fui-cell-label">选择银行</view>
|
|
<view class="fui-cell-info"></view>
|
|
<view class="fui-cell-remark">
|
|
<picker bindchange="bindpullldown" class="serve-picker" data-input="{{msg.banklist[index]}}" mode="selector" range="{{msg.banklist}}" rangeKey="bankname" value="{{index}}">
|
|
{{msg.banklist[index].bankname||'请选择银行'}}
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{radios.card.checked==1}}">
|
|
<view class="fui-cell-label">开户行</view>
|
|
<view class="fui-cell-info"></view>
|
|
<view class="fui-cell-remark noremark">
|
|
<input bindinput="changeinput" data-input="openbank" placeholder="请填写开户行" placeholderStyle="color:#ccc" type="text"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{radios.card.checked==1}}">
|
|
<view class="fui-cell-label">银行卡号</view>
|
|
<view class="fui-cell-info"></view>
|
|
<view class="fui-cell-remark noremark">
|
|
<input bindinput="changeinput" data-input="bankcard" placeholder="请填写银行卡号" placeholderStyle="color:#ccc" type="text"></input>
|
|
</view>
|
|
</view>
|
|
<view class="fui-cell" wx:if="{{radios.card.checked==1}}">
|
|
<view class="fui-cell-label">确认卡号</view>
|
|
<view class="fui-cell-info"></view>
|
|
<view class="fui-cell-remark noremark">
|
|
<input bindinput="changeinput" data-input="bankcard1" placeholder="请填写银行卡号" placeholderStyle="color:#ccc" type="text"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view bindtap="submit" class="submit">下一步</view>
|
|
<view class="tip">
|
|
<view>详情说明</view>
|
|
<view wx:if="{{msg.set_array.charge!=0}}">分红提现{{msg.set.texts.dividend_charge}}{{msg.set_array.charge}}%</view>
|
|
<view wx:if="{{msg.set_array.end!=0}}">{{msg.set.texts.dividend_charge}}金额在¥{{msg.set_array.begin}}到¥{{msg.set_array.end}}间免收</view>
|
|
<view wx:if="{{msg.deductionmoney!=0}}">本次提现将{{msg.set.texts.dividend_charge}}金额¥{{msg.deductionmoney}}</view>
|
|
<view wx:if="{{msg.set_array.charge!=0}}">本次提现实际到账金额<text style="color: #cfa943;">¥{{msg.realmoney}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="fui-toast {{FoxUIToast.show?'in':'out'}}">
|
|
<view class="text">{{FoxUIToast.text}}</view>
|
|
</view>
|