移动端参考
[通用]JS通过按钮控件开关对话框-https://help.fanruan.com/finereport/doc-view-3461.html
==========
这边加参数试试
FR.mobilePopup({
target: "template",//设置跟随弹窗
parameters: {"参数名":"参数值"},
setting: {
templatePath: "/doc/phone/JS/JS通过按钮控件开关对话框子模板.frm",//设置子模板地址
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 }//设置弹窗大小格式
}
});