fix:bug[17195] 功能缺陷-【uat】点击忘记密码,进入找回密码页,输入手机号密码,进入重置密码页,并且提示“效验成功,准备跳转设置页面”,预期android不提示
Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -214,7 +214,6 @@ struct ForgetPasswordPage { | @@ -214,7 +214,6 @@ struct ForgetPasswordPage { | ||
| 214 | } | 214 | } |
| 215 | WDRouterRule.jumpWithReplacePage(WDRouterPage.settingPasswordPage, params) | 215 | WDRouterRule.jumpWithReplacePage(WDRouterPage.settingPasswordPage, params) |
| 216 | 216 | ||
| 217 | - this.showToastTip("校验成功,准备跳转设置页面") | ||
| 218 | Logger.debug(TAG,"校验成功") | 217 | Logger.debug(TAG,"校验成功") |
| 219 | }).catch((error:string)=>{ | 218 | }).catch((error:string)=>{ |
| 220 | this.showToastTip(error) | 219 | this.showToastTip(error) |
-
Please register or login to post a comment