vr-shopxo-source/sourcecode/weixin/pages/plugins/wallet/recharge/recharge.wxml

10 lines
559 B
Plaintext
Raw Normal View History

2020-01-25 17:05:08 +00:00
<view class="form-container">
<view class="form-gorup bg-white money-container">
<view class="form-gorup-title">充值金额</view>
2020-01-26 08:24:42 +00:00
<input type="digit" name="money" value="{{recharge_money_value || ''}}" placeholder-class="cr-ccc" class="cr-666" placeholder="请输入充值金额" bindinput="recharge_money_value_input_event" maxlength="6" />
2020-01-25 17:05:08 +00:00
</view>
<view class="form-gorup">
2020-01-26 13:38:32 +00:00
<button class="bg-main" type="default" hover-class="none" disabled="{{form_submit_disabled_status}}" bindtap="form_submit_event">提交</button>
2020-01-25 17:05:08 +00:00
</view>
</view>