未验证 提交 1b2e8e73 编写于 作者: O openharmony_ci 提交者: Gitee

!11475 修改popup示例代码

Merge pull request !11475 from zhaoxinyu/modifyPopupExample
......@@ -85,7 +85,7 @@ struct PopupExample {
}
},
onStateChange: (e) => {
console.info(e.isVisible.toString())
console.info(JSON.stringify(e.isVisible))
if (!e.isVisible) {
this.handlePopup = false
}
......
......@@ -85,7 +85,7 @@ struct PopupExample {
}
},
onStateChange: (e) => {
console.info(e.isVisible.toString())
console.info(JSON.stringify(e.isVisible))
if (!e.isVisible) {
this.handlePopup = false
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册