提交 6f08c9df 编写于 作者: X xinking129

fix codecheck

Signed-off-by: Nxinking129 <xinxin13@huawei.com>
上级 93ffa4e6
......@@ -17,7 +17,7 @@ import AbilityStage from "@ohos.app.ability.AbilityStage";
export default class MyAbilityStage extends AbilityStage {
onCreate() {
console.info("ActsStageContextAssistOne StageAbility onCreate");
console.info('ActsStageContextAssistOne StageAbility onCreate');
globalThis.abilityStageContextA = this.context;
}
}
\ No newline at end of file
......@@ -40,8 +40,8 @@ export default class DrawnAbility extends Ability {
onForeground() {
console.info('ActsStageContextAssistOne DrawnAbility onForeground');
globalThis.abilityContextA = this.context;
commonEvent.publish("StartDrawnAbility_CommonEvent_ContextOne", () => {
console.log("Publish StartDrawnAbility_CommonEvent_ContextOne callback");
commonEvent.publish('StartDrawnAbility_CommonEvent_ContextOne', () => {
console.log('Publish StartDrawnAbility_CommonEvent_ContextOne callback');
});
}
......
......@@ -13,7 +13,9 @@
"test-file-name": [
"ActsStageContextPropertiesTest.hap",
"ActsStageContextAssistOne.hap",
"ActsStageContextAssistTwo.hap"
"ActsStageContextAssistTwo.hap",
"ReportDrawnCompletedManualTestRely.hap",
"ReportDrawnCompletedReply.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册