|
@@ -46,6 +46,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!--<p style="position: absolute;bottom:0;right:0;color:red;">{{deptData.schoolName}}</p>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -74,7 +75,6 @@ import {
|
|
|
deptData:{},
|
|
|
deptListIndex:0,
|
|
|
eChartsTimer:null,
|
|
|
- eChartsTimerNum:0,
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
@@ -88,8 +88,11 @@ import {
|
|
|
let self = this;
|
|
|
self.getData();
|
|
|
//定时动画
|
|
|
+ console.log('触发1')
|
|
|
window.clearInterval(self.eChartsTimer);
|
|
|
+ console.log('触发2')
|
|
|
self.eChartsTimer = setInterval(function(){
|
|
|
+ console.log('触发3')
|
|
|
self.deptListIndex++
|
|
|
if(self.deptList[self.deptListIndex]){
|
|
|
self.$set(self,'deptData',self.deptList[self.deptListIndex]);
|
|
@@ -161,6 +164,7 @@ import {
|
|
|
margin: 16px 30px;
|
|
|
height: 530px;
|
|
|
.map-max-big-box {
|
|
|
+ position: relative;
|
|
|
.map-one-max-big-box {
|
|
|
height: 468px;
|
|
|
width: 933px;
|