移动端的图表不能使用mobilePopup弹窗么,为什么我这里设置了怎么都点不出来弹框(alert是测试用的,加上删掉都不出来,但是单独alert是会出来的)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");