소스 검색

“我”页面错误调整

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