layer.open传递参数

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了layer.open传递参数相关的知识,希望对你有一定的参考价值。

代码如下
function czpay()
layer.open(
type: 2,
area: ['900px', '650px'],

title:'在线充值',
scrollbar: false,//屏蔽滚动条

content:'/shoukuanla/index.php?yhname=$name'
);
return false;

---------------------------------------------------------------------
这个yhname= 动态的$name 应该怎么做才可以获得到 $name的值

参考技术A 1个list如何先传值给layer弹窗

layer.open Iframe弹窗 除了地址栏传参,怎么给子页面传递参数

参考技术A iframe弹窗访问父页面API典型例
var index = parent.layer.getFrameIndex(window.name); //获取窗口索引
类似弹窗html通语句获取父页面某容器值:
parent.$('#父页面元素id').val();
所需弹窗open前(父页面html代码)先值放容器(比input)弹窗html代码用述script获取值并输容器放隐藏modal面访问者完全见本回答被提问者采纳

以上是关于layer.open传递参数的主要内容,如果未能解决你的问题,请参考以下文章

Layer组件多个iframe弹出层打开与关闭及参数传递

layer.open 打开一个html页面,content应该怎么传值

00013-layui 打开的 对话框,layer.open,如何带参数?

00013-layui 打开的 对话框,layer.open,如何带参数?

使用layer.open的时候,layer.msg导致弹窗关闭

layer.open回调函数怎么用