shishuangxi

调整协议获取时机

... ... @@ -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
... ...