D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-17 ee2c6ed5cd4aaf0a2e66c96f7262a9d156a90024
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);      
@@ -255,6 +261,7 @@
            ,lng: lng
            ,lat: lat
         }
         console.info(temp);
         // 显示暂无可设站点
         if(homeId == 0) {
            layer.msg(homeName);
@@ -271,6 +278,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);
   });