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
陈剑华
2024-08-27 14:19:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b381ff382e4b78d9b3bfb953e9d334c35a500412
b381ff38
1 parent
578cce64
fix: 19768 内容找不到了默认缺省页,顶部缺少分割线,左下角缺少返回按钮,见截图
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/SpacialTopicPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/SpacialTopicPageComponent.ets
View file @
b381ff3
...
...
@@ -338,8 +338,7 @@ export struct SpacialTopicPageComponent {
// WindowModel.shared.setWindowLayoutFullScreen(true)
}
this.webUrl = this.action?.params?.url || ''
// this.isNetConnected = NetworkUtil.isNetConnected()
this.isNetConnected = false;
this.isNetConnected = NetworkUtil.isNetConnected()
// this.getDetail()
}
...
...
Please
register
or
login
to post a comment