Prechádzať zdrojové kódy

进入停车位页面,查找逻辑

gcz 4 rokov pred
rodič
commit
3293a7d13d
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      pages/parkingLists/parkingLists.vue

+ 2 - 2
pages/parkingLists/parkingLists.vue

@@ -151,12 +151,12 @@
 			}
 			}
 		},
 		},
 		onLoad(){
 		onLoad(){
-			this.getLocation()
+			// this.getLocation()
 		},
 		},
 		onShow() {
 		onShow() {
 			this.isShowSearchParking = false
 			this.isShowSearchParking = false
 			this.isShowParkingDetail = false
 			this.isShowParkingDetail = false
-			this.getNearRoadsl()
+			this.getLocation()
 		},
 		},
 		methods:{
 		methods:{
 			/* 
 			/*