访问形式是H5
弹窗用的js
FR.mobilePopup{ target: 'template', //跟随弹窗 parameters: {}, setting: { templatePath: '/xxx.cpt',//设置对话框子模板路径 xxx:xxx xxx:xxx //设置边框,长宽等规则 }}
[通用]JS通过按钮控件开关对话框-https://help.fanruan.com/finereport/doc-view-3461.html
https://blog.csdn.net/adley_app/article/details/81457738?locationNum=3&fps=1
加载结束 刷新父页面
window.onunload = function() {
this.opener.location.reload();
//父页面刷新
}