提交 b4881cee 编写于 作者: Z zhaoxinyu

modify popup example

Signed-off-by: Nzhaoxinyu <zhaoxinyu20@huawei.com>
Change-Id: I046630756e0e49ce43628ef7331ddd9926a714da
上级 add425c8
......@@ -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.
先完成此消息的编辑!
想要评论请 注册