소스 검색

首页实时更新方法

lizaixun 4 년 전
부모
커밋
89ddfb0e5b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      pages/index/Index.vue

+ 3 - 1
pages/index/Index.vue

@@ -545,7 +545,9 @@
 		},
 		created: function() {
 			this.timeNow();
-			this.viewUserid();
+			this.$nextTick(function(){
+				this.viewUserid();
+			})
 			this.monitoringAuthority();
 			this.judgeWindfield();
 			this.address = this.dataprocessing.getWindPowerStationName();