function zhuyuan(title,url,id,w,h,type){ layer.open({ title:'添加分类',type: 2,area: ['700px','530px'],fix: false,//不固定 maxmin: true,content: '{:url("yuyue/huayan")}?type=3',success:function(layero,index){ },end:function(){ var handle_status = $("#handle_status").val(); if ( handle_status == '1' ) { layer.msg('添加成功!',{ icon: 1,time: 2000 //2秒关闭(如果不配置,默认是3秒) },function(){ history.go(0); }); } else if ( handle_status == '2' ) { layer.msg('添加失败!',{ icon: 2,function(){ history.go(0); }); } } }); }
里面的content就是跳转的路径 可以用“?参数=***”传值
以上这篇使用layer模态框给新页面传值的方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持我们。