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
4.6 KiB
1 lines
4.6 KiB
<view class="page data-v-737622d0"><far-bottom vue-id="09628f94-1" class="data-v-737622d0" bind:__l="__l"></far-bottom><block wx:if="{{isPageShow}}"><block class="data-v-737622d0"><view class="header-content b-f m-btm20 data-v-737622d0"><view class="data-v-737622d0"></view><view class="tx-title f-28 col-3 data-v-737622d0">提现金额</view><view class="money-input dis-flex flex-y-center data-v-737622d0"><view class="money-icon data-v-737622d0">¥</view><input class="input data-v-737622d0" type="digit" value="{{tx_money}}" placeholder="请输入提现金额" placeholder-class="placeinput" data-event-opts="{{[['input',[['__set_model',['','tx_money','$event',[]]]]]]}}" bindinput="__e"/></view><view class="tx-moneyShow dis-flex flex-x-between flex-y-center data-v-737622d0"><view class="f-24 col-9 data-v-737622d0" style="line-height:0rpx;height:60rpx;">{{"可提现(元):"+drawPrice}}</view><view data-event-opts="{{[['tap',[['alltx',[0]]]]]}}" class="all-txBtn f-28 col-f t-c data-v-737622d0" bindtap="__e">全部提现</view></view><view style="color:#FF4444;font-size:22rpx;margin-top:10rpx;" class="data-v-737622d0">{{"提现金额"+min_money+"元起,"}}<block wx:if="{{max_money!==999999999}}"><text class="data-v-737622d0">{{"单次最高提现金额"+max_money+"元"}}</text></block>{{"提现手续费"+withdrawcharge+"%"}}</view><view class="data-v-737622d0"></view></view><form data-event-opts="{{[['submit',[['formSubmit',['$event']]]]]}}" bindsubmit="__e" class="data-v-737622d0"><view class="with-opContent b-f m-btm20 data-v-737622d0"><view class="tx-title f-28 col-3 data-v-737622d0">提现到</view><view class="op-content data-v-737622d0"><view class="op-list data-v-737622d0"><radio-group name="payment_type" data-event-opts="{{[['change',[['precedenceChange',['$event']]]]]}}" bindchange="__e" class="data-v-737622d0"><block wx:for="{{txlist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><label class="label-classtyle dis-flex flex-x-between data-v-737622d0" style="flex-wrap:wrap;"><view class="dis-flex flex-y-center data-v-737622d0" style="flex:0.5;"><view class="op-imag data-v-737622d0"><image src="{{imgfixUrls+item.imag}}" mode class="data-v-737622d0"></image></view><view class="f-28 col-3 data-v-737622d0">{{item.title=='账户'?item.title+TextSubstitution.moneytext:item.title}}</view></view><view style="flex:0.5;" class="data-v-737622d0"><radio value="{{item.pay_type}}" checked="{{index===prececurrent}}" class="data-v-737622d0"></radio></view><view class="userMsg-content data-v-737622d0" style="flex:1;min-width:80%;"><block wx:if="{{atpresent==='3'&&item.pay_type==='3'}}"><view class="yhk-msg-list data-v-737622d0"><view class="msg-items dis-flex flex-y-center data-v-737622d0"><view class="msg-title f-24 col-3 data-v-737622d0">开户姓名</view><input class="f-24 data-v-737622d0" type="text" name="bank_username" placeholder="请输入姓名" placeholder-class="placemsg-items" value="{{user_info.bank_username}}"/></view><view class="msg-items dis-flex flex-y-center data-v-737622d0"><view class="msg-title f-24 col-3 onelist-hidden data-v-737622d0">{{"开户"+(examineing==0?'银行':'渠道2')}}</view><input class="f-24 data-v-737622d0" type="text" name="bank_name" placeholder="{{examineing==0?'请输入开户银行':'请输入开户渠道2'}}" placeholder-class="placemsg-items" value="{{user_info.bank_name}}"/></view><view class="msg-items dis-flex flex-y-center data-v-737622d0"><view class="msg-title f-24 col-3 data-v-737622d0">{{(examineing==0?'银行卡':'渠道2')+"号"}}</view><input class="f-24 data-v-737622d0" type="text" name="card_number" placeholder="{{examineing==0?'请输入银行卡号':'请输入开户渠道2号'}}" placeholder-class="placemsg-items" value="{{user_info.card_number}}"/></view></view></block><block wx:if="{{atpresent==='1'&&item.pay_type==='1'}}"><view class="yhk-msg-list data-v-737622d0"><view class="msg-items dis-flex flex-y-center data-v-737622d0"><view class="msg-title f-24 col-3 data-v-737622d0">{{(examineing==0?'支付宝账':'渠道1')+"号"}}</view><input class="f-24 data-v-737622d0" type="text" name="alipay" placeholder="{{examineing==0?'请输入支付宝账号':'请输入渠道1账号'}}" placeholder-class="placemsg-items" value="{{user_info.alipay}}"/></view></view></block><block wx:if="{{item.pay_type==='1'&&atpresent==='1'||item.pay_type==='3'&&atpresent==='3'}}"><view class="last-hint f-24 col-9 data-v-737622d0">请务必填写真实信息<text class="data-v-737622d0">*</text></view></block></view></label></block></radio-group></view></view></view><view class="sub-btn data-v-737622d0"><button class="f-28 col-f data-v-737622d0" formType="submit">提现审核</button></view></form></block></block></view>
|