在移动端报表点击按钮打开弹窗,然后传递当前页面的参数过去js代码有参考吗

现在只能实现打开新窗口,js太差了不会传参

FR.mobilePopup({

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

parameters: {},

setting: {

templatePath: "/数字化一期开发/H1_LIST_Mobile/H1-1-TheContracList.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

}//设置弹窗大小格式

,

//传参数

data:{

tree:'CSTEL'

}

}

});

懒羊羊最可爱 发布于 2021-11-26 18:12
1min目标场景问卷 立即参与
回答问题
悬赏:4 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共1回答
最佳回答
0
懒羊羊最可爱Lv5见习互助
发布于2021-11-26 19:43(编辑于 2021-11-26 19:43)

自已解决了

  • 0关注人数
  • 303浏览人数
  • 最后回答于:2021-11-26 19:43
    请选择关闭问题的原因
    确定 取消
    返回顶部