你要传递什么参数像我这样吗?
var url = FR.cjkEncode("KY_Mobile/KY_Broker_Mobile/ysgcmx.frm");
url = url+'&date_type='+date_type+'&gdate='+gdate+'&zb_name='+zb_name+'&area='+area;
FR.mobilePopup({
target: "template",//设置跟随弹窗
parameters: {},
setting: {
templatePath: url,//设置子模板地址
border: {
type: 0,
color: "rgb(0,0,0)",
borderRadius: 4.0
},
background: {
color: "rgb(255,255,255)"
},
mobileRegular: {
type: "auto_height",
heightPercent: 80.0,
widthPercent: 90.0
},
padRegular: {
type: "auto_height",
heightPercent: 95.0,
widthPercent: 95.0
}//设置弹窗大小格式
}
});