Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TestToolChainDemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
dsq
TestToolChainDemo
Commits
73df6e43
Commit
73df6e43
authored
May 29, 2026
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
渲染模式:统一渲染锁屏问题
parent
fba08b2f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Index.ets
harmonyApp/entry/src/main/ets/pages/Index.ets
+6
-0
No files found.
harmonyApp/entry/src/main/ets/pages/Index.ets
View file @
73df6e43
...
@@ -74,6 +74,12 @@ struct Index {
...
@@ -74,6 +74,12 @@ struct Index {
.height('100%')
.height('100%')
}
}
onPageShow() {
if (this.controller) {
this.controller.onPageShow();
}
}
onPageHide() {
onPageHide() {
if (this.controller) {
if (this.controller) {
this.controller.onPageHide();
this.controller.onPageHide();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment