Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yangchenggong1_wd
2024-05-11 16:28:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d56edc3ee61fea7199a573adb57a7786c63a90ab
d56edc3e
1 parent
d87607e7
fix:bug[17195] 功能缺陷-【uat】点击忘记密码,进入找回密码页,输入手机号密码,进入重置密码页,并且提示“效验成功,准备跳转设置页面”,预期android不提示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/ForgetPasswordPage.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/ForgetPasswordPage.ets
View file @
d56edc3
...
...
@@ -214,7 +214,6 @@ struct ForgetPasswordPage {
}
WDRouterRule.jumpWithReplacePage(WDRouterPage.settingPasswordPage, params)
this.showToastTip("校验成功,准备跳转设置页面")
Logger.debug(TAG,"校验成功")
}).catch((error:string)=>{
this.showToastTip(error)
...
...
Please
register
or
login
to post a comment