blob: 5f697c0560fc51728a25511f7ed53948367582d0 [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 placeholder="6位以上字符" 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 placeholder="6位以上字符" 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>