fix:bug[16855] UI还原问题-账号登录注册-忘记密码-进入设置密码页,输入密码不一致,提示和android版本不一致
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -325,7 +325,7 @@ export struct SettingPasswordLayout { | @@ -325,7 +325,7 @@ export struct SettingPasswordLayout { | ||
| 325 | return | 325 | return |
| 326 | } | 326 | } |
| 327 | if (this.password01 != this.password02) { | 327 | if (this.password01 != this.password02) { |
| 328 | - this.showToastTip('密码不一致') | 328 | + this.showToastTip('两次输入的密码不一致,请重新输入') |
| 329 | return | 329 | return |
| 330 | } | 330 | } |
| 331 | if(this.pageId == 1){ //设置密码 | 331 | if(this.pageId == 1){ //设置密码 |
-
Please register or login to post a comment