Explorar o código

修改提示语

zaijin %!s(int64=2) %!d(string=hai) anos
pai
achega
50672a5580
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  1. 0 10
      pages/parkingLists/parkingLists.vue

+ 0 - 10
pages/parkingLists/parkingLists.vue

@@ -316,11 +316,6 @@
 						if (nearParkingList.length > 0) {
 							this.latitude = nearParkingList[0]?.latitude || this.currentPosition.latitude;
 							this.longitude = nearParkingList[0]?.longitude || this.currentPosition.longitude;
-						} else {
-							this.$refs.uToast.show({
-								title: '没有相关停车场信息',
-								type: 'warning'
-							});
 						}
 						this.nearParkingFlag = true;
 						if (this.searchContent) {
@@ -377,11 +372,6 @@
 						if (nearParkingList.length > 0) {
 							this.latitude = nearParkingList[0]?.latitude || this.currentPosition.latitude;
 							this.longitude = nearParkingList[0]?.longitude || this.currentPosition.longitude;
-						} else {
-							this.$refs.uToast.show({
-								title: '没有相关停车场信息',
-								type: 'warning'
-							});
 						}
 						this.nearParkingFlag = true;
 						if (this.searchContent) {