mirror of
https://gitee.com/openharmony/applications_app_samples
synced 2024-11-26 18:20:47 +00:00
commit
71fdfe59a3
@ -19,7 +19,6 @@ import display from '@ohos.display'
|
||||
export default class MainAbility extends Ability {
|
||||
async onCreate(want, launchParam) {
|
||||
console.log("[Demo] MainAbility onCreate")
|
||||
globalThis.abilityWant = want
|
||||
}
|
||||
|
||||
onDestroy() {
|
||||
|
@ -41,8 +41,6 @@ export default class TestAbility extends Ability {
|
||||
}
|
||||
console.info('Succeeded in loading the content. Data: ' + JSON.stringify(data))
|
||||
});
|
||||
|
||||
globalThis.abilityContext = this.context;
|
||||
}
|
||||
|
||||
onWindowStageDestroy() {
|
||||
|
@ -11,8 +11,8 @@
|
||||
"repository": {},
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@ohos/hypium": "1.0.1",
|
||||
"@ohos/hvigor-ohos-plugin": "1.1.6",
|
||||
"@ohos/hvigor": "1.1.6"
|
||||
"@ohos/hypium": "1.0.2",
|
||||
"@ohos/hvigor-ohos-plugin": "1.2.2",
|
||||
"@ohos/hvigor": "1.2.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user