cash.wxml 4.8 KB

1
  1. <app-layout vue-id="91ff6f98-1" class="data-v-37739b12" bind:__l="__l" vue-slots="{{['default']}}"><view class="info data-v-37739b12"><view class="last data-v-37739b12">{{"可提现金额:"+(captain.total_bonus?captain.total_bonus:0)+"元"}}</view></view><view class="data-v-37739b12"><view class="info input-money main-between cross-center data-v-37739b12"><view class="input data-v-37739b12"><input type="digit" placeholder-style="color:#cdcdcd" placeholder="{{'请输入'+custom_setting.words.cash_money.name}}" data-event-opts="{{[['input',[['__set_model',['','moneyInput','$event',[]]]]]]}}" value="{{moneyInput}}" bindinput="__e" class="data-v-37739b12"/><view class="{{['data-v-37739b12','price']}}">¥</view></view></view><block wx:if="{{config.min_money>0||config.cash_service_charge>0||config.free_cash_min>0||config.free_cash_max>0}}"><view class="about data-v-37739b12"><view class="dir-left-nowrap data-v-37739b12"><view class="data-v-37739b12">说明:</view><view class="data-v-37739b12"><block wx:if="{{config.min_money>0}}"><view class="data-v-37739b12">{{"金额不能少于¥"+config.min_money+"元"}}</view></block><block wx:if="{{config.cash_service_charge>0}}"><view class="data-v-37739b12">{{"提现需要加收"+config.cash_service_charge+"%手续费"}}</view></block><block wx:if="{{config.free_cash_max>0}}"><view class="data-v-37739b12">{{'免手续费提现金额区间为¥'+config.free_cash_min+"~¥"+config.free_cash_max+''}}</view></block></view></view></view></block><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="dir-left-nowrap cross-center cash-type data-v-37739b12" bindtap="__e"><view class="box-grow-1 data-v-37739b12">提现方式</view><view class="box-grow-0 data-v-37739b12">{{cashName}}</view><image class="box-grow-0 arrow-image data-v-37739b12" src="/static/image/icon/arrow-right.png"></image></view><block wx:if="{{mark_num==1||mark_num==2||mark_num==3}}"><view class="cash-info data-v-37739b12"><view class="info content data-v-37739b12"><block wx:if="{{mark_num==3}}"><view class="enter data-v-37739b12">开户人</view></block><block wx:else><view class="enter data-v-37739b12">姓名</view></block><input class="info-input data-v-37739b12" placeholder="请输入正确的姓名" data-event-opts="{{[['input',[['__set_model',['','name','$event',[]]]]]]}}" value="{{name}}" bindinput="__e"/></view><block wx:if="{{mark_num==3}}"><view class="info content data-v-37739b12"><view class="enter data-v-37739b12">开户行</view><input class="info-input data-v-37739b12" placeholder="请输入正确的银行名称" data-event-opts="{{[['input',[['__set_model',['','bank_name','$event',[]]]]]]}}" value="{{bank_name}}" bindinput="__e"/></view></block><view class="info content data-v-37739b12"><view class="enter data-v-37739b12">帐号</view><block wx:if="{{mark_num==1}}"><input class="info-input data-v-37739b12" placeholder="请输入正确的微信帐号" data-event-opts="{{[['input',[['__set_model',['','mobile','$event',[]]]]]]}}" value="{{mobile}}" bindinput="__e"/></block><block wx:if="{{mark_num==2}}"><input class="info-input data-v-37739b12" placeholder="请输入正确的支付宝帐号" data-event-opts="{{[['input',[['__set_model',['','mobile','$event',[]]]]]]}}" value="{{mobile}}" bindinput="__e"/></block><block wx:if="{{mark_num==3}}"><input class="info-input data-v-37739b12" type="number" placeholder="请输入正确的银行卡帐号" data-event-opts="{{[['input',[['__set_model',['','mobile','$event',[]]]]]]}}" value="{{mobile}}" bindinput="__e"/></block></view></view></block><view class="submit data-v-37739b12"><button data-event-opts="{{[['tap',[['subscribe',['$event']]]]]}}" bindtap="__e" class="data-v-37739b12">提交申请</button></view></view><block wx:if="{{submitOver||warningInfo}}"><view class="bg data-v-37739b12"><view class="dialog data-v-37739b12"><view class="dialog-title data-v-37739b12">提示</view><block wx:if="{{submitOver}}"><view class="data-v-37739b12">提现申请提交成功</view></block><block wx:if="{{warningInfo}}"><view class="data-v-37739b12">{{warningInfo}}</view></block><block wx:if="{{submitOver}}"><view data-event-opts="{{[['tap',[['toDetail',['$event']]]]]}}" class="close-button data-v-37739b12" bindtap="__e">确认</view></block><block wx:if="{{warningInfo}}"><view data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" class="close-button data-v-37739b12" bindtap="__e">确认</view></block></view></view></block><app-cash-model vue-id="{{('91ff6f98-2')+','+('91ff6f98-1')}}" is-auto="{{pay_type.auto}}" is-wx="{{pay_type.wechat}}" is-alipay="{{pay_type.alipay}}" is-bank="{{pay_type.bank}}" is-balance="{{pay_type.balance}}" pay-type="{{cashType}}" value="{{cashTypeModel}}" data-event-opts="{{[['^change',[['payTypeChange']]],['^input',[['__set_model',['','cashTypeModel','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" class="data-v-37739b12" bind:__l="__l"></app-cash-model></app-layout>