未验证 提交 9c1a071b 编写于 作者: O openharmony_ci 提交者: Gitee

!24106 pointerstyle.md挑单monthly0815

Merge pull request !24106 from PingPing2023/cherry-pick-1693986878
......@@ -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.
先完成此消息的编辑!
想要评论请 注册