mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/wallet/withdraw.wxml

1 line
3.1 KiB
Plaintext
Raw Normal View History

2026-03-24 11:45:13 +08:00
<view class="withdraw-page"><custom-navbar vue-id="864bb222-1" title="提现" show-back="{{true}}" backgroundColor="#fff" bind:__l="__l"></custom-navbar><view class="amount-section"><view class="amount-header"><text class="amount-title">提现金额</text></view><view class="input-box"><text class="currency">¥</text><input class="money-inp" type="digit" placeholder="{{'账户余额'+balance}}" placeholder-class="input-placeholder" data-event-opts="{{[['input',[['__set_model',['','withdrawAmount','$event',[]]],['handleAmountInput',['$event']]]]]}}" value="{{withdrawAmount}}" bindinput="__e"/></view><view class="tips-box"><text class="fee-tips">*当前最多每笔提现200元</text></view></view><view class="method-section"><text class="method-title">请选择提现方式</text><view class="method-list"><block wx:for="{{methodList}}" wx:for-item="item" wx:for-index="index" wx:key="id"><view data-event-opts="{{[['tap',[['selectMethod',['$0'],[[['methodList','id',item.id]]]]]]]}}" bindtap="__e"><view class="method-item"><view class="method-info"><image class="method-icon" src="{{item.icon}}" mode="aspectFit"></image><text class="method-name">{{item.name}}</text></view><agree-radio vue-id="{{'864bb222-2-'+index}}" isAgree="{{item.selected}}" bind:__l="__l"></agree-radio></view><block wx:if="{{item.selected}}"><view class="ali-info"><view class="info-item"><text class="info-lable required">真实姓名</text><input class="info-inp" type="text" placeholder="请输入真实姓名" placeholder-class="info-placeholder" data-event-opts="{{[['input',[['__set_model',['$0','name','$event',[]],['aliWallet']]]]]}}" value="{{aliWallet.name}}" bindinput="__e"/></view><view class="info-item"><text class="info-lable required">身份证号</text><input class="info-inp" type="text" placeholder="请输入身份证号" placeholder-class="info-placeholder" data-event-opts="{{[['input',[['__set_model',['$0','id','$event',[]],['aliWallet']]]]]}}" value="{{aliWallet.id}}" bindinput="__e"/></view><view class="info-item"><text class="info-lable required">手机号/邮箱</text><input class="info-inp" type="text" placeholder="请输入手机号/邮箱" placeholder-class="info-placeholder" data-event-opts="{{[['input',[['__set_model',['$0','account','$event',[]],['aliWallet']]]]]}}" value="{{aliWallet.account}}" bindinput="__e"/></view></view></block></view></block></view></view><view class="fixed-box"><view class="agreement"><agree-radio vue-id="864bb222-3" isAgree="{{isAgreeProtocol}}" data-event-opts="{{[['^changeAgree',[['changeAgree']]]]}}" bind:changeAgree="__e" bind:__l="__l"></agree-radio><text class="agreement-text">提现即默认同意</text><text data-event-opts="{{[['tap',[['viewProtocol',[5]]]]]}}" class="protocol-link" bindtap="__e">《提现协议》</text></view><view data-event-opts="{{[['tap',[['handleWithdraw',['$event']]]]]}}" class="{{['fixed-btn',(!canSubmit)?'submit-btn-disabled':'']}}" bindtap="__e"><text class="fixed-text">提交</text></view></view><tips-popup vue-id="864bb222-4" show="{{showTipsFlag}}" data-event-opts="{{[['^closePopup',[['closePopup']]]]}}" bind:closePopup="__e" bind:__l="__l"></tips-popup></view>