提交 bdc39e88 编写于 作者: S shanshurong

fix codex

Signed-off-by: Nshanshurong <shanshurong@huawei.com>
上级 8b3555d3
......@@ -68,6 +68,7 @@ struct PopupExample {
.bindPopup(this.noHandlePopup, {
message: 'content1 content1',
placementOnTop: false,
showInSubWindow:true,
onStateChange: (e) => {
console.info(e.isVisible.toString())
if (!e.isVisible) {
......@@ -84,6 +85,7 @@ struct PopupExample {
.bindPopup(this.handlePopup, {
message: 'content2 content2',
placementOnTop: true,
showInSubWindow:false,
primaryButton: {
value: 'ok',
action: () => {
......@@ -107,6 +109,7 @@ struct PopupExample {
maskColor: 0x33000000,
popupColor: Color.White,
enableArrow: true,
showInSubWindow:false,
onStateChange: (e) => {
if (!e.isVisible) {
this.customPopup = false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册