|
@@ -48,14 +48,14 @@
|
|
|
<input type="password" v-model.trim="phonePwd.passWord" autocomplete="new-password" placeholder="请输入新密码,为8-16位数字和字母组合" :rule="rule.password" maxlength="32" @blur="blurHandle($event)" needverify>
|
|
|
<i class="checked icon mIcon"></i>
|
|
|
<span class="errTips icon mIcon" tips="8-16位数字或字母或字符"></span>
|
|
|
- <i class="icon showPwd" @click="showPassword($event)"></i>
|
|
|
+ <i class="icon mIcon showPwd" @click="showPassword($event)"></i>
|
|
|
</div>
|
|
|
<div class="formLine">
|
|
|
<p><em>*</em>确认密码:</p>
|
|
|
<input type="password" v-model.trim="phonePwd.confirmPwd" autocomplete="new-password" placeholder="请再次确认新密码" :rule="rule.password" maxlength="32" @blur="blurHandle($event)" needverify>
|
|
|
<i class="checked icon mIcon"></i>
|
|
|
<span class="errTips icon mIcon" tips="8-16位数字或字母或字符"></span>
|
|
|
- <i class="icon showPwd" @click="showPassword($event)"></i>
|
|
|
+ <i class="icon mIcon showPwd" @click="showPassword($event)"></i>
|
|
|
</div>
|
|
|
<div class="subLine">
|
|
|
<button class="btn" type="button" :class="loginLoading ? 'disabled':''" @click="findPhonePwd()">提交</button>
|