31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
<view class='input_all'>
|
|
<view class='input'>
|
|
<view class='name'>银行卡号</view>
|
|
<input type='text' placeholder='请输入您的银行卡号' bindinput='cardNum' placeholder-style="text-align: right;color:#999;"></input>
|
|
</view>
|
|
<view class='input'>
|
|
<view class='name'>开户行</view>
|
|
<input type='text' placeholder='请输入您的开户行' bindinput='bankName' placeholder-style="text-align: right;color:#999;"></input>
|
|
</view>
|
|
<view class='input'>
|
|
<view class='name'>手机号</view>
|
|
<input type='number' placeholder='请输入您的手机号' bindinput='customerPhone' placeholder-style="text-align: right;color:#999;"></input>
|
|
</view>
|
|
<view class='input'>
|
|
<view class='name'>姓名</view>
|
|
<input type='text' placeholder='请输入姓名' bindinput='customerName' placeholder-style="text-align: right;color:#999;"></input>
|
|
</view>
|
|
<view class='input'>
|
|
<view class='name'>提现金额</view>
|
|
<input type='number' placeholder='可提现¥{{moneyCan}}' bindinput='money' placeholder-style="text-align: right;"></input>
|
|
</view>
|
|
<view class='tips'><text>*</text>提现收取<text>2%</text>的税用,将在转账过程中自动扣除,请注意!</view>
|
|
</view>
|
|
|
|
<view class='tips_imp'>
|
|
<view class='tips_title'>温馨提示</view>
|
|
<view class='tipes_cont'><text>{{roles.withdrawalRoles}}</text></view>
|
|
</view>
|
|
|
|
<view class='apply ' disabled='{{disabled}}' catchtap='cash'>立即申请</view>
|
|
<view class="height100"></view> |