| <view class="container"> |
| |
| <view class="global-background"> |
| <view class="inline-item center" style="margin-top: 50rpx;"> |
| <view class="input-desc"> |
| 原登录密码 |
| </view> |
| <input placeholder="6位以上字符" password="true" style="width: 70%;" bindinput="setOriPassword"></input> |
| </view> |
| |
| <view class="inline-item center" style="margin-top: 50rpx;"> |
| <view class="input-desc"> |
| 新登录密码 |
| </view> |
| <input placeholder="6位以上字符" password="true" style="width: 70%;" bindinput="setPassword"></input> |
| </view> |
| <view class="inline-item center" style=""> |
| <view class="input-desc"> |
| 确认密码 |
| </view> |
| <input placeholder="请再次确认密码" password="true" style="width: 70%;" bindinput="setPassword2"></input> |
| </view> |
| |
| <button bindtap="doNext" class="long-btn" style="width: 90%;">确认修改</button> |
| |
| </view> |
| </view> |