提交 bdc39e88 编写于 作者: S shanshurong

fix codex

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