浏览代码

“我”页面错误调整

lizaixun 4 年之前
父节点
当前提交
cac43739dc
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      pages/mine/Mine.vue

+ 0 - 6
pages/mine/Mine.vue

@@ -55,17 +55,11 @@
 				
 			}
 		},created: function() {
-
-			this.timeNow();
-			
-		
 			this.viewUserid();
 			this.monitoringAuthority();
 			this.address = this.dataprocessing.getWindPowerStationName();
 			this.FDC=this.dataprocessing.getWindPowerStationId();
 			this.windPowerStationId =this.dataprocessing.getWindPowerStationId();
-
-
 		},
 		onHide() {
 			this.$refs.drawer.closeDrawer();