- 注册时间
- 2017-7-6
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 169
- 精华
- 0
- 帖子
- 0

|
我使用mini.open 跨域传参时,由于传输数据太大,不适合拼接在URL上,使用如下:nui.open({
url:path+"/service/dataCenterServiceApply.jsp",
title:'服务消费申请',
width : 800,
height : 600,
onload:function(){
var iframe = this.getIFrameEl();
iframe.contentWindow.init(data);
},
ondestroy:function(action){
}
});
调用报错
|
|