Files
mp-weixin-2811-xcx.aigc-qui…/pages_promotion/fenxiao/withdraw_apply.wxml
2025-12-27 09:01:32 +08:00

1 line
2.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<page-meta page-style="{{themeColor}}"></page-meta><view class="container"><view data-event-opts="{{[['tap',[['goAccount']]]]}}" class="bank-account-wrap" bindtap="__e"><block wx:if="{{bankAccountInfo.withdraw_type&&!isBalance}}"><view class="tx-wrap"><text class="tx-to">提现到</text><block wx:if="{{bankAccountInfo.withdraw_type=='wechatpay'}}"><view class="tx-bank">微信默认钱包</view></block><block wx:else><view class="tx-bank">{{bankAccountInfo.bank_account+''}}</view></block><block wx:if="{{bankAccountInfo.withdraw_type=='alipay'}}"><view class="tx-img"><image src="{{$root.g0}}" mode="widthFix"></image></view></block><block wx:else><block wx:if="{{bankAccountInfo.withdraw_type=='bank'}}"><view class="tx-img"><image src="{{$root.g1}}" mode="widthFix"></image></view></block><block wx:else><block wx:if="{{bankAccountInfo.withdraw_type=='wechatpay'}}"><view class="tx-img"><image src="{{$root.g2}}" mode="widthFix"></image></view></block></block></block></view></block><block wx:else><block wx:if="{{!isBalance}}"><text class="tx-to">请添加提现账户</text></block><block wx:else><view class="tx-wrap"><text class="tx-to">提现到</text><view class="tx-bank">余额</view><view class="tx-img"><image src="{{$root.g3}}" mode="widthFix"></image></view></view></block></block><view class="iconfont icon-right"></view></view><view class="empty-box"></view><view class="withdraw-wrap"><view class="withdraw-wrap-title">提现金额:</view><view class="money-wrap"><text class="unit">{{$root.m0}}</text><input class="withdraw-money" type="digit" data-event-opts="{{[['input',[['__set_model',['','withdrawMoney','$event',[]]]]]]}}" value="{{withdrawMoney}}" bindinput="__e"/><block wx:if="{{withdrawMoney}}"><view data-event-opts="{{[['tap',[['remove',['$event']]]]]}}" class="delete" bindtap="__e"><image src="{{$root.g4}}" mode="widthFix"></image></view></block></view><view class="bottom"><view><text class="color-tip">{{"可提现金额:"+$root.m1+$root.f0}}</text><text data-event-opts="{{[['tap',[['allTx',['$event']]]]]}}" class="all-tx color-base-text" bindtap="__e">全部提现</text></view></view><view class="desc"><block wx:if="{{withdrawConfigInfo.withdraw>0}}"><text>{{"最小提现金额为"+$root.m2+$root.f1+""}}</text></block><block wx:if="{{withdrawConfigInfo.max>0}}"><text>{{"最大提现金额为"+$root.m3+$root.f2+""}}</text></block><text>{{"手续费为"+(withdrawConfigInfo.withdraw_rate+'%')}}</text></view></view><view data-event-opts="{{[['tap',[['withdraw',['$event']]]]]}}" class="grace-page-footer page-btm" style="z-index:999999;background:rgb(255, 255, 255);padding-bottom:0px;" bindtap="__e"><view class="collectionBorder" data-v-800ec5da><button class="renren-btn do false middle" data-v-800ec5da>提现</button></view></view><loading-cover class="vue-ref" vue-id="24e52117-1" data-ref="loadingCover" bind:__l="__l"></loading-cover></view>