deguodaigou/pages/deposit/deposit.wxml
2020-01-08 15:51:23 +08:00

15 lines
709 B
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.

<view class="container">
<view class="topview">
<text class="topl">余额</text>
<text class="topr">¥{{user_money}}</text>
<view class="clearfix"></view>
</view>
<form bindsubmit="tixian">
<view class="topview">金额:</view><input value="" name="money"/>
<view class="topview">微信:</view><input placeholder='请输入微信绑定的手机号' value="" name="wechat"/>
<view class="topview">支付宝:</view><input placeholder='请输入支付宝账号/手机号' value="" name="zhifubao"/>
<view class="zhu">注:微信支付宝二选一一次最多可提取10万元。</view>
<button bindtap="clickButton" form-type="submit">提现</button>
</form>
</view>