|
@@ -173,7 +173,8 @@ Page({
|
|
flatServicePrice : item.flatServicePrice,
|
|
flatServicePrice : item.flatServicePrice,
|
|
valleyChargPrice : item.valleyChargPrice,
|
|
valleyChargPrice : item.valleyChargPrice,
|
|
valleyServicePrice : item.valleyServicePrice,
|
|
valleyServicePrice : item.valleyServicePrice,
|
|
- resultList: item.resultList
|
|
|
|
|
|
+ resultList: item.resultList,
|
|
|
|
+ chargStationId: item.chargStationId
|
|
|
|
|
|
|
|
|
|
};
|
|
};
|
|
@@ -237,7 +238,8 @@ Page({
|
|
flatServicePrice : item.flatServicePrice,
|
|
flatServicePrice : item.flatServicePrice,
|
|
valleyChargPrice : item.valleyChargPrice,
|
|
valleyChargPrice : item.valleyChargPrice,
|
|
valleyServicePrice : item.valleyServicePrice,
|
|
valleyServicePrice : item.valleyServicePrice,
|
|
- resultList: item.resultList
|
|
|
|
|
|
+ resultList: item.resultList,
|
|
|
|
+ chargStationId: item.chargStationId
|
|
};
|
|
};
|
|
markers[index] = marker;
|
|
markers[index] = marker;
|
|
});
|
|
});
|
|
@@ -366,7 +368,8 @@ Page({
|
|
flatServicePrice : item.flatServicePrice,
|
|
flatServicePrice : item.flatServicePrice,
|
|
valleyChargPrice : item.valleyChargPrice,
|
|
valleyChargPrice : item.valleyChargPrice,
|
|
valleyServicePrice : item.valleyServicePrice,
|
|
valleyServicePrice : item.valleyServicePrice,
|
|
- resultList: item.resultList
|
|
|
|
|
|
+ resultList: item.resultList,
|
|
|
|
+ chargStationId: item.chargStationId
|
|
};
|
|
};
|
|
if (myChargeStationsIds.indexOf(item.id + ',') != -1) {
|
|
if (myChargeStationsIds.indexOf(item.id + ',') != -1) {
|
|
marker.userFlag = true;
|
|
marker.userFlag = true;
|
|
@@ -434,7 +437,8 @@ Page({
|
|
flatServicePrice : item.flatServicePrice,
|
|
flatServicePrice : item.flatServicePrice,
|
|
valleyChargPrice : item.valleyChargPrice,
|
|
valleyChargPrice : item.valleyChargPrice,
|
|
valleyServicePrice : item.valleyServicePrice,
|
|
valleyServicePrice : item.valleyServicePrice,
|
|
- resultList: item.resultList
|
|
|
|
|
|
+ resultList: item.resultList,
|
|
|
|
+ chargStationId: item.chargStationId
|
|
};
|
|
};
|
|
markers[index] = marker;
|
|
markers[index] = marker;
|
|
});
|
|
});
|