diff --git a/BagStation/pages/routePlain/routePlain.vue b/BagStation/pages/routePlain/routePlain.vue
index c8fbafe..021dd2e 100644
--- a/BagStation/pages/routePlain/routePlain.vue
+++ b/BagStation/pages/routePlain/routePlain.vue
@@ -170,7 +170,7 @@
latitude :that.origin.latitude
}
}
- oilSiteApi.getSiteList(data1).then(res => {
+ oilSiteApi.findKASiteInfoByPage(data1).then(res => {
//console.log(res)
if (res.code == 20000) {
that.nearSite = res.data.list
diff --git a/BagStation/pages/stationMap/stationMap.vue b/BagStation/pages/stationMap/stationMap.vue
index 31d3a6b..6945bd7 100644
--- a/BagStation/pages/stationMap/stationMap.vue
+++ b/BagStation/pages/stationMap/stationMap.vue
@@ -1,79 +1,109 @@
-
-
- 返回
- 油站地图
-
-
-
-
-
-
-
-
- 更多
+
+ 返回
+ 油站地图
+
+
+
+
+
+
+
+ 更多
-
-
-
-
+
+
+
+
-
-
-
-
-
- {{siteInfo.siteName?siteInfo.siteName:'油站名称'}}
-
-
+
+
+
+
+ {{ siteInfo.siteName ? siteInfo.siteName : "油站名称" }}
+
+
+
-
-
-
-
-
-
- {{siteInfo.siteName?siteInfo.siteName:'油站名称'}}
-
-
-
- {{siteInfo.oilProductCode}}
+
+
+
+
+
+ {{ siteInfo.siteName ? siteInfo.siteName : "油站名称" }}
-
+
+
+ {{ siteInfo.oilProductCode }}
+
+
+ ¥{{ siteInfo.sitePrice | moneyFormat }}
+
+
+ 省¥{{
+ (siteInfo.oilSitePrice - siteInfo.sitePrice)
+ | moneyFormat
+ }}
+
- ¥{{siteInfo.sitePrice|moneyFormat}}
+
+
+ ¥{{ siteInfo.oilSitePrice | moneyFormat }}/L
+
-
-
- 省¥{{(siteInfo.oilSitePrice - siteInfo.sitePrice)|moneyFormat}}
-
-
-
-
-
-
- ¥{{siteInfo.oilSitePrice|moneyFormat}}/L
-
-
-
-
-
+
+
+
+ {{ siteInfo.address ? siteInfo.siteName : "油站地址" }}
-
-
-
- {{siteInfo.address?siteInfo.siteName:'油站地址'}}
-
-
-
-
- {{siteInfo.juli|distanceFilter}}
+
+
+
+ {{ siteInfo.juli | distanceFilter }}
+
@@ -81,17 +111,16 @@
-