zkx 1 year ago
parent
commit
6a49b9e734
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/search/search.vue

+ 2 - 2
pages/search/search.vue

@@ -287,7 +287,7 @@
 				var data = {
 				var data = {
 					pageIndex: this.pageIndex,
 					pageIndex: this.pageIndex,
 					pageSize:20,
 					pageSize:20,
-					radius:200,
+					radius:500,
 					 stationName:this.keyword,
 					 stationName:this.keyword,
 					 findType: 0,
 					 findType: 0,
 					
 					
@@ -299,7 +299,7 @@
 				if (this.carhelp.getPersonInfo()) {
 				if (this.carhelp.getPersonInfo()) {
 						data.openId=this.carhelp.getOpenId()
 						data.openId=this.carhelp.getOpenId()
 				}
 				}
-				data.radius=200
+				data.radius=500
 				API.getChargingStationData(data).then((response) => {
 				API.getChargingStationData(data).then((response) => {
 					if (bl) {
 					if (bl) {
 						this.stationslist = [];
 						this.stationslist = [];