|
@@ -6,7 +6,7 @@
|
|
<img class="img" id="img1" src="../assets/png/footer.png" />
|
|
<img class="img" id="img1" src="../assets/png/footer.png" />
|
|
<img class="img" id="img2" src="../assets/png/title.png" />
|
|
<img class="img" id="img2" src="../assets/png/title.png" />
|
|
<!-- <img class="img" id="img3" :src="leftPng_url" /> -->
|
|
<!-- <img class="img" id="img3" :src="leftPng_url" /> -->
|
|
- <LeftPage :dataAll='dataAll' :isShow='isShow'></LeftPage>
|
|
|
|
|
|
+ <LeftPage :dataAll='dataAll' :isShow='isShow' :isXiaoQu='isXiaoQu'></LeftPage>
|
|
<RightPage :dataAll='dataAll'></RightPage>
|
|
<RightPage :dataAll='dataAll'></RightPage>
|
|
<!-- <img class="img" id="img5" :src="rightPng_url" /> -->
|
|
<!-- <img class="img" id="img5" :src="rightPng_url" /> -->
|
|
<img class="img" id="img4" src="../assets/png/pop.png" />
|
|
<img class="img" id="img4" src="../assets/png/pop.png" />
|
|
@@ -128,14 +128,15 @@
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
|
|
+ isXiaoQu:false,
|
|
isShow:true,
|
|
isShow:true,
|
|
// 传给左侧的总数据
|
|
// 传给左侧的总数据
|
|
dataAll:{},
|
|
dataAll:{},
|
|
msg: '',
|
|
msg: '',
|
|
form_show: false,
|
|
form_show: false,
|
|
housePng_url: housePng,
|
|
housePng_url: housePng,
|
|
- leftPng_url: leftPng,
|
|
|
|
- rightPng_url: rightPng,
|
|
|
|
|
|
+ // leftPng_url: leftPng,
|
|
|
|
+ // rightPng_url: rightPng,
|
|
houses_firePoint_show: false,
|
|
houses_firePoint_show: false,
|
|
houses1_firePoint_show: false,
|
|
houses1_firePoint_show: false,
|
|
jhgj_tableData: [{
|
|
jhgj_tableData: [{
|
|
@@ -159,7 +160,7 @@
|
|
this.$store.getters.getDaZhongdata.data
|
|
this.$store.getters.getDaZhongdata.data
|
|
) {
|
|
) {
|
|
this.dataAll=this.$store.getters.getDaZhongdata.data
|
|
this.dataAll=this.$store.getters.getDaZhongdata.data
|
|
- // console.log('--------',this.dataAll);
|
|
|
|
|
|
+ console.log('--------',this.dataAll);
|
|
clearInterval(clear);
|
|
clearInterval(clear);
|
|
}
|
|
}
|
|
}, 500);
|
|
}, 500);
|
|
@@ -175,7 +176,7 @@
|
|
methods: {
|
|
methods: {
|
|
addEvent() {
|
|
addEvent() {
|
|
window.cesiumMap.left_clickFun(this.clickjinghuguojiShowFun, this.jinghuguojiShowFun, this
|
|
window.cesiumMap.left_clickFun(this.clickjinghuguojiShowFun, this.jinghuguojiShowFun, this
|
|
- .laoxianweisusheShowFun, this.yejiaxiaosheShowFun)
|
|
|
|
|
|
+ .laoxianweisusheShowFun, this.yejiaxiaosheShowFun,this.clicklaoxianweisusheFun)
|
|
},
|
|
},
|
|
initTable() {
|
|
initTable() {
|
|
jinghuguoji_httpGet({
|
|
jinghuguoji_httpGet({
|
|
@@ -229,9 +230,9 @@
|
|
});
|
|
});
|
|
},
|
|
},
|
|
clickjinghuguojiShowFun() {
|
|
clickjinghuguojiShowFun() {
|
|
- this.leftPng_url = left1Png;
|
|
|
|
- this.rightPng_url = right1Png;
|
|
|
|
-
|
|
|
|
|
|
+ // this.leftPng_url = left1Png;
|
|
|
|
+ // this.rightPng_url = right1Png;
|
|
|
|
+
|
|
SZZXQ_httpGet("金湖国际",result=>{
|
|
SZZXQ_httpGet("金湖国际",result=>{
|
|
console.log("金湖国际",result)
|
|
console.log("金湖国际",result)
|
|
this.dataAll=result.data.data;
|
|
this.dataAll=result.data.data;
|
|
@@ -240,7 +241,8 @@
|
|
},result=>{})
|
|
},result=>{})
|
|
// this.$store.commit("setShowDZ", false);
|
|
// this.$store.commit("setShowDZ", false);
|
|
// localStorage.setItem('showDZ',false)
|
|
// localStorage.setItem('showDZ',false)
|
|
- this.isShow=false
|
|
|
|
|
|
+ this.isXiaoQu=true ;
|
|
|
|
+ this.isShow=false;
|
|
},
|
|
},
|
|
jinghuguojiShowFun() {
|
|
jinghuguojiShowFun() {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
@@ -287,7 +289,16 @@
|
|
yejiaxiaosheShowFun() {
|
|
yejiaxiaosheShowFun() {
|
|
|
|
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+ //点击老县委宿舍图标 回调方法
|
|
|
|
+ clicklaoxianweisusheFun(){
|
|
|
|
+ SZZXQ_httpGet("老县委宿舍",result=>{
|
|
|
|
+ console.log("老县委宿舍",result)
|
|
|
|
+ this.dataAll=result.data.data;
|
|
|
|
+ // this.$store.commit("setDaZhongdata", result.data);
|
|
|
|
+ },result=>{})
|
|
|
|
+ this.isXiaoQu=true ;
|
|
|
|
+ this.isShow=false
|
|
|
|
+ },
|
|
form_showFun() {
|
|
form_showFun() {
|
|
this.form_show = false;
|
|
this.form_show = false;
|
|
this.number_show1 = false;
|
|
this.number_show1 = false;
|