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
chenquansheng
2024-10-30 16:20:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13ea3eceda4fc343fb69fe094949117135fcc844
13ea3ece
1 parent
9726a1e2
fix |> 修复点击进入《华为账号用户认证协议》页面后返回,客户端必现闪退问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginProtocolWebview.ets
sight_harmony/features/wdLogin/src/main/ets/pages/login/LoginProtocolWebview.ets
View file @
13ea3ec
...
...
@@ -60,9 +60,11 @@ struct LoginProtocolWebview {
.onClick(() => {
if (this.isConnectNetwork){
///无网络状态下 执行webviewController.accessBackward方法 会crash
if(this.webviewController.accessBackward()){
this.webviewController.backward()
return
if(this.contentID != "4"){ //华为用户认证协议
if(this.webviewController.accessBackward()){
this.webviewController.backward()
return
}
}
}
router.back();
...
...
Please
register
or
login
to post a comment