提交 f21c7eee 编写于 作者: P PingPing2023

fixed 6e864d85 from https://gitee.com/pingping2023/docs/pulls/24105

update zh-cn/application-dev/device/pointerstyle-guidelines.md.
Signed-off-by: NPingPing2023 <pingping@huawei.com>
上级 8eb8af89
......@@ -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.
先完成此消息的编辑!
想要评论请 注册