|
@@ -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 = [];
|