blob: 75e4cb34aee203f9ffbc8bfc8de638fc0e85d7fb [file] [log] [blame]
binquan.qiu7f2665f2020-03-27 17:19:57 +08001<view class="container">
2
3 <view class="global-background">
4 <view class="inline-item center" style="margin-top: 50rpx;">
5 <view class="input-desc">
6 支付密码
7 </view>
8 <input maxlength="6" placeholder="6位密码" type="number" password="true" style="width: 70%;" bindinput="setPassword"></input>
9 </view>
10 <view class="inline-item center" style="">
11 <view class="input-desc">
12 确认密码
13 </view>
14 <input maxlength="6" placeholder="6位密码" type="number" password="true" style="width: 70%;" bindinput="setPassword2"></input>
15 </view>
16
17 <button bindtap="doNext" class="long-btn" style="width: 90%;">保存</button>
18
19 </view>
20</view>