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.8 KiB

<block wx:if="{{isLoad}}"><view class="technician-income-cash-out"><block wx:if="{{ada}}"><view><view class="mt-md ml-lg mr-lg pd-lg f-paragraph fill-base radius-16"><view class="f-title c-title text-bold">提现账户</view><block wx:for="{{payList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toChangeItem',[index]]]]]}}" class="flex-center mt-lg" catchtap="__e"><view class="{{['pay-icon','iconfont','c-caption','_i',[(payInd!=index)?'icon-xuanze':''],[(payInd==index)?'icon-radio-fill':'']]}}" style="{{'color:'+(payInd==index?primaryColor:'#BEC3CE')+';'}}"></view><view class="flex-1 ml-lg f-mini-title c-title"><view class="flex-y-center"><view>{{item.title+''}}</view><block wx:if="{{item.id==2}}"><view class="flex-1 flex-between ml-md"><view class="f-desc c-paragraph">{{''+(userInfo.alipay_number?userInfo.split_alipay_number:'暂无')+''}}</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" style="{{'color:'+(primaryColor)+';'}}" catchtap="__e">{{(userInfo.alipay_number?'修改':'去设置')+''}}</view></view></block></view></view></view></block></view><view class="mt-md ml-lg mr-lg f-paragraph fill-base radius-16" style="overflow:hidden;"><view class="fill-space pd-lg b-1px-b"><view class="flex-between pt-md pb-md"><view class="f-title c-title text-bold">备注</view><input class="flex-1 f-paragraph ml-md" type="text" placeholder="请输入到账信息" data-event-opts="{{[['input',[['__set_model',['','text','$event',[]]]]]]}}" value="{{text}}" bindinput="__e"/></view></view><view class="pd-lg"><view class="f-title c-title text-bold">提现金额</view><view class="flex-y-center pt-lg pb-md b-1px-b"><view class="text-bold">¥</view><input class="flex-1 f-paragraph ml-sm" type="digit" placeholder="请输入提现金额" data-event-opts="{{[['input',[['__set_model',['','apply_price','$event',[]]],['checkInput',['$event','apply_price']]]]]}}" value="{{apply_price}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['withAll',['$event']]]]]}}" class="flex-y-center f-caption c-caption pt-md" catchtap="__e">{{"可提现余额¥"+cash+''}}<view class="ml-md c-warning">全部提现</view></view><view class="flex-y-center f-caption c-caption pt-sm">最低提现额度<view class="ml-md c-warning">{{'¥'+(configInfo.cash_mini||0)+''}}</view></view><view class="space-lg"></view><view class="space-lg"></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="btn" catchtap="__e">提现</view><block wx:if="{{options.type=='technician'}}"><view class="flex-center f-caption c-caption mt-md">{{'每笔订单收取'+balance+"%手续费"}}</view></block></view></view></view></block><view><view class="mt-md ml-lg mr-lg f-paragraph fill-base radius-16" style="overflow:hidden;"><view class="pd-lg"><view class="f-title c-title text-bold">提现金额</view><view class="flex-y-center pt-lg pb-md b-1px-b"><view class="text-bold">¥</view><input class="flex-1 f-paragraph ml-sm" type="digit" placeholder="请输入提现金额" data-event-opts="{{[['input',[['__set_model',['','apply_price','$event',[]]],['checkInput',['$event','apply_price']]]]]}}" value="{{apply_price}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['withAll',['$event']]]]]}}" class="flex-y-center f-caption c-caption pt-md" catchtap="__e">{{"可提现余额¥"+cash+''}}<view class="ml-md c-warning">全部提现</view></view><view class="yinghang"><view class="f-title c-title text-bold">提现至</view><view class="yinghangwz">银行卡转账</view></view><view class="yinghang1"><view class="yinghangwz">暂无提现账户</view><view class="addbtn">添加</view></view><view class="space-lg"></view><view class="space-lg"></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="btn" catchtap="__e">提现</view></view></view><view class="tjyhk"><view class="f-title c-title text-bold">绑定银行卡</view><view class="flex-y-center pt-lg pb-md b-1px-b"><view class="text-bold">持卡人</view><input class="flex-1 f-paragraph ml-sm" type="digit" placeholder="请输入持卡人" data-event-opts="{{[['input',[['__set_model',['','apply_price','$event',[]]]]]]}}" value="{{apply_price}}" bindinput="__e"/></view><view class="flex-y-center pt-lg pb-md b-1px-b"><view class="text-bold">开户行</view><input class="flex-1 f-paragraph ml-sm" type="digit" placeholder="请输入开户行" data-event-opts="{{[['input',[['__set_model',['','apply_price','$event',[]]]]]]}}" value="{{apply_price}}" bindinput="__e"/></view><view class="flex-y-center pt-lg pb-md b-1px-b"><view class="text-bold">银行卡号</view><input class="flex-1 f-paragraph ml-sm" type="digit" placeholder="请输入银行卡号" data-event-opts="{{[['input',[['__set_model',['','apply_price','$event',[]]]]]]}}" value="{{apply_price}}" bindinput="__e"/></view><view class="btn">保存</view></view></view></view></block>