移动端图表超链接弹框

移动端的图表不能使用mobilePopup弹窗么,为什么我这里设置了怎么都点不出来弹框

(alert是测试用的,加上删掉都不出来,但是单独alert是会出来的)

A.png

alert("a");

FR.mobilePopup({

target: "template",//设置跟随弹窗

parameters: {start_time,end_time,cpyyqk_one,major},

setting: {

templatePath: "/Show/Panel/XS_PG_LIST.cpt",//设置子模板地址

border: {

type: 0,

color: "rgb(0,0,0)",

borderRadius: 4.0

},

background: {

color: "rgb(255,255,255)"

},

mobileRegular: {

type: "custom" || "auto_height",

heightPercent: 40.0,

widthPercent: 95.0

},

padRegular: {

type: "custom" || "auto_height",

heightPercent: 40.0,

widthPercent: 95.0

}//设置弹窗大小格式

}

});

alert("b");

FineReport 不羡仙 发布于 2021-6-9 11:26
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共1回答
最佳回答
0
不羡仙Lv4见习互助
发布于2021-6-9 13:36

参数值不用带大括号,憨批了..

  • 0关注人数
  • 476浏览人数
  • 最后回答于:2021-6-9 13:36
    请选择关闭问题的原因
    确定 取消
    返回顶部