layer.open调用iframe的js函数,调用不了
js代码:open:function(param,callback){top.layer.open({type:2,title:param.title,shadeClos...
js代码:open : function (param,callback){ top.layer.open({ type: 2, title: param.title, shadeClose: true, area: param.area?param.area:['60%', '60%'], content: param.url, btn: param.okButton==false?[]:['确认选择'], yes: function (index, item) { var iframeWin = top.window[item.find('iframe')[0]['name']]; //得到iframe页的窗口对象,执行ifram console.log(iframeWin.getReturnData()); } }); }iframe代码:var getReturnData = function () { return '123456';};bug:VM76 dialog.js:32 Uncaught TypeError: iframeWin.getReturnData is not a function at Object.yes (VM76 dialog.js:32) at HTMLAnchorElement.<anonymous> (layer.js:2) at HTMLAnchorElement.dispatch (VM104 jquery.js:4) at HTMLAnchorElement.v.handle (VM104 jquery.js:4)
展开
2个回答
2018-01-01
展开全部
先把你的iframeWin console出来看看对不对
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询