D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-18 edfca26eaf80c4e3ac67ec6cfe4b1aafde226148
gx_tieta/WebRoot/mobil/testdata.html
@@ -66,10 +66,8 @@
            console.info(batt);
               var data = [
                  {url: 'javascript:JumpHomePage();', txt: '首页'},
                  {url: 'machineroomM.html', txt: batt.StationName1},   // 省
                  {url: 'selectcity.html' , txt:batt.StationName2},//市
                  {url: 'selectcounty.html' , txt:batt.StationName5},
                  {url: 'battM.html', txt: batt.StationName3},   // 电池组
                  {url: 'homeList.html' , txt:batt.StationName},
                  {url: 'battM.html', txt: batt.BattGroupName},   // 电池组
                  {url: 'javascript:;', txt: '电池组数据'}   // 当前页面
               ];
               console.info(data);
@@ -114,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>