From 14f7839ff1c25cca8d9e7dad4d717973797ff2d9 Mon Sep 17 00:00:00 2001 From: chenjingjing <chenjingjing@192.168.10.3> Date: 星期四, 27 十二月 2018 14:21:56 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyccjj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/pages/js/pages/homeInfo.js | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/pages/js/pages/homeInfo.js b/gx_tieta/WebRoot/pages/js/pages/homeInfo.js index d262d4d..0e12e6f 100644 --- a/gx_tieta/WebRoot/pages/js/pages/homeInfo.js +++ b/gx_tieta/WebRoot/pages/js/pages/homeInfo.js @@ -207,4 +207,27 @@ // 杩斿洖缁撴灉闆� return rs; -} \ No newline at end of file +} + +// 鏄剧ず鏈烘埧淇℃伅 +function showHomeInfoIframe(sid, data) { + var rs = { + sid: sid, + tabc:data + }; + + $('#homeInfoIframeData').data('data', rs); + // 鏄剧ず闈㈡澘 + layer.open({ + type: 2, + title: '<i class="fa fa-home"></i>鍩虹珯淇℃伅', + area: ['960px', '524px'], + btn:['閲嶇疆闈㈡澘'], + fixed: true, //涓嶅浐瀹� + maxmin: true, + content: 'iframe/homeinfo.html', + yes:function(index) { + layer.iframeSrc(index, 'iframe/homeinfo.html'); + } + }); +} -- Gitblit v1.9.1