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
shishuangxi
2024-04-23 09:17:15 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d6497b178fe2e19bb56073584370b633eb4b706
4d6497b1
1 parent
f540a463
调整协议获取时机
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
sight_harmony/products/phone/src/main/ets/pages/launchPage/LaunchPage.ets
sight_harmony/products/phone/src/main/ets/pages/launchPage/LaunchPage.ets
View file @
4d6497b
...
...
@@ -88,7 +88,6 @@ struct LaunchPage {
// let isJumpPrivacy: boolean = globalThis.isJumpPrivacy ?? false;
// let isJumpPrivacy: boolean = (GlobalContext.getContext().getObject('isJumpPrivacy') as boolean) ?? false;
//if (!isJumpPrivacy) {
this.requestAgreement()
this.dialogController.open();
// }
} else {
...
...
@@ -165,5 +164,9 @@ struct LaunchPage {
}
aboutToAppear(): void {
this.requestAgreement()
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment