binquan.qiu | 7f2665f | 2020-03-27 17:19:57 +0800 | [diff] [blame] | 1 | <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="setOriPassword"></input> |
| 9 | </view> |
| 10 | |
| 11 | <view class="inline-item center" style="margin-top: 50rpx;"> |
| 12 | <view class="input-desc"> |
| 13 | 新登录密码 |
| 14 | </view> |
| 15 | <input placeholder="6位以上字符" password="true" style="width: 70%;" bindinput="setPassword"></input> |
| 16 | </view> |
| 17 | <view class="inline-item center" style=""> |
| 18 | <view class="input-desc"> |
| 19 | 确认密码 |
| 20 | </view> |
| 21 | <input placeholder="请再次确认密码" password="true" style="width: 70%;" bindinput="setPassword2"></input> |
| 22 | </view> |
| 23 | |
| 24 | <button bindtap="doNext" class="long-btn" style="width: 90%;">确认修改</button> |
| 25 | |
| 26 | </view> |
| 27 | </view> |