提交 1e1813d6 编写于 作者: C cy7717

mod

Signed-off-by: Ncy7717 <chenyu301@huawei.com>
上级 dc87f813
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
public onDestroy(): void // 应用生命周期销毁 public onDestroy(): void // 应用生命周期销毁
{ {
this.unRegisterListener(); // 去注事件监听 this.unRegisterListener(); // 去注事件监听
let win = windowManager.findWindow(this.windowName); let win = windowManager.findWindow(this.windowName);
win.destroyWindow(); // 销毁窗口 win.destroyWindow(); // 销毁窗口
} }
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
同时在resources/base/profile/main_pages.json文件的src字段中添加此文件路径。 同时在resources/base/profile/main_pages.json文件的src字段中添加此文件路径。
```ts ```ets
import { numberSourceListData, sourceListType } from './keyboardKeyData' import { numberSourceListData, sourceListType } from './keyboardKeyData'
@Component @Component
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册