D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 edfca26eaf80c4e3ac67ec6cfe4b1aafde226148
gx_tieta/WebRoot/mobil/testdata.html
@@ -113,21 +113,6 @@
                   $('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>