From dedd8858ae9f45a8e943ad57e0aad216e886da33 Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.7.127> Date: 星期五, 18 一月 2019 13:26:44 +0800 Subject: [PATCH] 修改历史测试数据头部链接跳转位置 --- gx_tieta/WebRoot/mobil/testdata.html | 17 +---------------- 1 files changed, 1 insertions(+), 16 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/testdata.html b/gx_tieta/WebRoot/mobil/testdata.html index 3b77dc1..e9ce303 100644 --- a/gx_tieta/WebRoot/mobil/testdata.html +++ b/gx_tieta/WebRoot/mobil/testdata.html @@ -112,22 +112,7 @@ ,end: function() { $('div[data-role=page]').show(); } - }); - iframePopup = layer.open({ - type: 2 - ,closeBtn: 0 - ,title: false - ,area: ['100%', '100%'] - ,full: true - ,anim: 4 - ,content: 'iframe/seenhomeinfo.html' - ,success: function() { - $('div[data-role=page]').hide(); - } - ,end: function() { - $('div[data-role=page]').show(); - } - }); + }); layer.full(iframePopup); }) </script> -- Gitblit v1.9.1