Procházet zdrojové kódy

首页实时更新方法

lizaixun před 4 roky
rodič
revize
89ddfb0e5b
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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();