瀏覽代碼

首页实时更新方法

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