[添加转账,提现等新功能]
This commit is contained in:
22
pages/withdrawal_form/withdrawal_form.wxml
Normal file
22
pages/withdrawal_form/withdrawal_form.wxml
Normal file
@@ -0,0 +1,22 @@
|
||||
<view class="withdrawal">
|
||||
<image class="withdrawal-img" src="/static/img/withdrawal_icon.png"></image>
|
||||
<view class="withdrawal-price">{{balance}}</view>
|
||||
<view class="withdrawal-name">(我的账户余额)</view>
|
||||
</view>
|
||||
|
||||
<view class="withdrawalTips">
|
||||
当前现金金额低于2元不可提现,每次提现的额度不低于2元,提现手续费按照到账周期收取
|
||||
</view>
|
||||
|
||||
<view class="withdrawalForm">
|
||||
<form bindsubmit="formSubmit">
|
||||
<view class="withdrawalForm-label">
|
||||
<view class="withdrawalForm-label-name">提现金额</view>
|
||||
<input type="number" name="amount" placeholder="请输入提现金额" />
|
||||
</view>
|
||||
<view class="withdrawalForm-label">
|
||||
提现费用收取,手续费{{tax}}%
|
||||
</view>
|
||||
<button class="withdrawalForm-btn" formType="submit" disabled="{{disabled}}">立即提现</button>
|
||||
</form>
|
||||
</view>
|
||||
Reference in New Issue
Block a user