未验证 提交 6e864d85 编写于 作者: P PingPing2023 提交者: Gitee

update zh-cn/application-dev/device/pointerstyle-guidelines.md.

Signed-off-by: NPingPing2023 <pingping@huawei.com>
上级 4d71de33
......@@ -87,7 +87,7 @@ window.getLastWindow(this.context, (error, windowClass) => {
console.error('Failed to obtain the top window. Cause: ' + JSON.stringify(error));
return;
}
var windowId = windowClass.getWindowProperties().id;
let windowId = windowClass.getWindowProperties().id;
if (windowId < 0) {
console.log(`Invalid windowId`);
return;
......@@ -107,7 +107,7 @@ window.getLastWindow(this.context, (error, windowClass) => {
console.error('Failed to obtain the top window. Cause: ' + JSON.stringify(error));
return;
}
var windowId = windowClass.getWindowProperties().id;
let windowId = windowClass.getWindowProperties().id;
if (windowId < 0) {
console.log(`Invalid windowId`);
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册