hdw
2019-01-15 e89029bad548bbcd454153e70055ed746aa5f176
修复页面拖动下方显示空白区域问题
3个文件已修改
30 ■■■■■ 已修改文件
gx_tieta/WebRoot/mobil/batt-approved1.html 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/hcheckAccpet.html 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/wcheckAccept.html 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/mobil/batt-approved1.html
@@ -357,6 +357,12 @@
             ,full: true
             ,anim: 4
             ,content: 'iframe/homeinfo1.html'
             ,success: function() {
                 $('div[data-role=page]').hide();
             }
             ,end: function() {
                 $('div[data-role=page]').show();
             }
         });
         layer.full(iframePopup);
    })
gx_tieta/WebRoot/mobil/hcheckAccpet.html
@@ -195,6 +195,12 @@
                ,full: true
                ,anim: 4
                ,content: 'iframe/homeinfo1.html'
                ,success: function() {
                     $('div[data-role=page]').hide();
                 }
                 ,end: function() {
                     $('div[data-role=page]').show();
                 }
            });
            layer.full(iframePopup);
        // applyendyanshou(arr);        
@@ -271,6 +277,12 @@
                ,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);
    });
gx_tieta/WebRoot/mobil/wcheckAccept.html
@@ -203,6 +203,12 @@
                ,full: true
                ,anim: 4
                ,content: 'iframe/homeinfo1.html'
                ,success: function() {
                     $('div[data-role=page]').hide();
                 }
                 ,end: function() {
                     $('div[data-role=page]').show();
                 }
            });
            layer.full(iframePopup);
        // applyendyanshou(arr);        
@@ -291,6 +297,12 @@
                ,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);
    });