diff --git a/api/health.js b/api/health.js
index ad8c63a..7e8ab75 100644
--- a/api/health.js
+++ b/api/health.js
@@ -78,4 +78,12 @@ export function getRecipe(params) {
*/
export function getBanner() {
return request.get("/wellness/exhibition/banner")
-}
\ No newline at end of file
+}
+
+/**
+ * 康养生活-康养旅居顶部配置
+ * @returns
+ */
+export function getWellnessTopImage() {
+ return request.get("/wellness/topImage")
+}
diff --git a/pages.json b/pages.json
index bfa159f..0187dbb 100644
--- a/pages.json
+++ b/pages.json
@@ -532,7 +532,7 @@
"path": "views/healthFoods",
"style": {
"navigationBarTitleText": "康养旅居",
- "navigationBarBackgroundColor": "#FAEED8"
+ "navigationBarBackgroundColor": "#FFFFFF"
}
},
{
diff --git a/pkg_product/views/healthFoods.vue b/pkg_product/views/healthFoods.vue
index 43f5971..8d551c0 100644
--- a/pkg_product/views/healthFoods.vue
+++ b/pkg_product/views/healthFoods.vue
@@ -1,62 +1,28 @@
-
- 养生胜地
- 养生食材
-
-
+
- {{
- cityName
- }}
-
-
+
+
+
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
+
{{
k.title
@@ -143,14 +114,19 @@
>
-
+
{{
item.title
}}
- {{
- item.productName
- }}
+ {{ item.productName }}