|
|
@@ -3,7 +3,7 @@ |
|
|
|
<view class="item"> |
|
|
|
<view class="title"> 旧密码 </view> |
|
|
|
<view class="flex"> |
|
|
|
<input v-model="state.password" class="uni-input" focus placeholder="请输入旧密码" /> |
|
|
|
<input v-model="state.password" class="uni-input" placeholder="请输入旧密码" /> |
|
|
|
<view @click="$util.navTo('/login/forget-pwd-step1',true)" forget-password class="resetPassword"> |
|
|
|
忘记旧密码 |
|
|
|
</view> |
|
|
@@ -11,11 +11,11 @@ |
|
|
|
</view> |
|
|
|
<view style="margin-top: 80rpx" class="item"> |
|
|
|
<view class="title"> 新密码 </view> |
|
|
|
<input v-model="state.newPassword" class="uni-input" focus placeholder="请输入新密码" /> |
|
|
|
<input v-model="state.newPassword" class="uni-input" placeholder="请输入新密码" /> |
|
|
|
</view> |
|
|
|
<view style="margin-top: 80rpx" class="item"> |
|
|
|
<view class="title"> 再次确认 </view> |
|
|
|
<input v-model="state.affirmNewPassword" class="uni-input" focus placeholder="请再次输入新密码" /> |
|
|
|
<input v-model="state.affirmNewPassword" class="uni-input" placeholder="请再次输入新密码" /> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="action"> |