|
@@ -180,24 +180,6 @@
|
|
|
this.background = false;
|
|
|
}
|
|
|
},
|
|
|
- // municipal() {
|
|
|
- // let flag = sessionStorage.getItem('municipalDateChange');
|
|
|
- // if (flag !== JSON.stringify(1)) {
|
|
|
- // document.getElementById("rectangle2").classList.toggle("rectangle2Click"); //改变样式
|
|
|
- // this.$elementQueries.ResizeSensor(document.getElementById("rectangle2"), function () {
|
|
|
- // window.municipalResize();
|
|
|
- // });
|
|
|
- // // setTimeout(() => {this.$refs.Municipal.changeDate(this.municipalCount)}, 100);
|
|
|
- // this.municipalCount++;
|
|
|
- // if (this.municipalCount % 2 !== 0) {
|
|
|
- // this.background = true;
|
|
|
- // } else {
|
|
|
- // this.background = false;
|
|
|
- // }
|
|
|
- // } else {
|
|
|
- // sessionStorage.removeItem('municipalDateChange')
|
|
|
- // }
|
|
|
- // },
|
|
|
hotspot() {
|
|
|
document.getElementById("rectangle8").classList.toggle("rectangle8Click"); //改变样式
|
|
|
this.$elementQueries.ResizeSensor(document.getElementById("rectangle8"), function () {
|