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
wangliang_wd
2024-07-10 17:11:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d22422015adb1d3ea5cfac57bf96e39b14af98e6
d2242201
1 parent
02acc6d9
feat:优化一键登录
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/OneKeyLoginPage.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/OneKeyLoginPage.ets
View file @
d224220
...
...
@@ -282,16 +282,11 @@ struct OneKeyLoginPage {
}
queryUserDetail(){
router.back({ url: `${WDRouterPage.getBundleInfo()}` })
// this.viewModel.queryUserDetail().then(()=>{
// router.back({
// url: `${WDRouterPage.getBundleInfo()}`
// }
// )
// }).catch(()=>{
// router.back({
// url: `${WDRouterPage.getBundleInfo()}`
// })
// })
// router.back({ url: `${WDRouterPage.getBundleInfo()}` })
this.viewModel.queryUserDetail().then(()=>{
router.back()
}).catch(()=>{
router.back()
})
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment