移动端弹窗插件在图表特效中没有出现,用JS以后子模板可以打开但是没有数据,应该是参数没传进去,请大佬帮我看看 现在在PC端点击图表会出现选择(因为有2个超级链接,1个是网络报表,1个是JS),能否设置在PC端点击直接弹出网络报表,在移动端点击直接弹出JS? FR.mobilePopup({ target: "template",//设置跟随弹窗 parameters: {}, setting: { templatePath: "/数字仓库/班组出勤.cpt",//设置子模板地址 border: { type: 0, color: "rgb(0,0,0)", borderRadius: 4.0 }, background: { color: "rgb(255,255,255)" }, mobileRegular: { type: "custom" || "auto_height", heightPercent: 95.0, widthPercent: 95.0 }, padRegular: { type: "custom" || "auto_height", heightPercent: 95.0, widthPercent: 95.0 }//设置弹窗大小格式 } }); |
最佳回答 |
||||
0
|
|