| | |
| | | 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);
|
| | |
| | | ,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>
|