提交 917fc27a 编写于 作者: X xinking129

code check

Signed-off-by: Nxinking129 <xinxin13@huawei.com>
上级 f7c21f77
......@@ -15,7 +15,7 @@
import UIAbility from '@ohos.app.ability.UIAbility';
import hilog from '@ohos.hilog';
import window from '@ohos.window';
import type window from '@ohos.window';
import commonEvent from '@ohos.commonEventManager';
let message;
......
......@@ -15,7 +15,7 @@
import hilog from '@ohos.hilog';
import Ability from '@ohos.app.ability.UIAbility';
import Window from '@ohos.window';
import type Window from '@ohos.window';
export default class FourthEntryAbility extends Ability {
onCreate(want, launchParam) {
......
......@@ -15,7 +15,7 @@
import UIAbility from '@ohos.app.ability.UIAbility';
import hilog from '@ohos.hilog';
import window from '@ohos.window';
import type window from '@ohos.window';
export default class SecondEntryAbility extends UIAbility {
onCreate(want, launchParam) {
......
......@@ -15,7 +15,7 @@
import UIAbility from '@ohos.app.ability.UIAbility';
import hilog from '@ohos.hilog';
import window from '@ohos.window';
import type window from '@ohos.window';
export default class ThirdEntryAbility extends UIAbility {
onCreate(want, launchParam) {
......
......@@ -15,7 +15,7 @@
import hilog from '@ohos.hilog';
import UIAbility from '@ohos.app.ability.UIAbility';
import Window from '@ohos.window';
import type Window from '@ohos.window';
export default class FourthentryAbility extends UIAbility {
onCreate(want, launchParam) {
......
......@@ -15,7 +15,7 @@
import UIAbility from '@ohos.app.ability.UIAbility';
import hilog from '@ohos.hilog';
import window from '@ohos.window';
import type window from '@ohos.window';
export default class SecondentryAbility extends UIAbility {
onCreate(want, launchParam) {
......
......@@ -15,7 +15,7 @@
import UIAbility from '@ohos.app.ability.UIAbility';
import hilog from '@ohos.hilog';
import window from '@ohos.window';
import type window from '@ohos.window';
export default class ThirdentryAbility extends UIAbility {
onCreate(want, launchParam) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册