From 3da6899db02c68d3e96e12ab25e92c0e3b6450d4 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Sat, 31 Jan 2026 13:34:59 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E6=97=85=E5=B1=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/health.js | 10 +- pages.json | 2 +- pkg_product/views/healthFoods.vue | 150 ++++++++++++++-------------- pkg_product/views/healthSanctum.vue | 101 +++++++++++-------- 4 files changed, 143 insertions(+), 120 deletions(-) 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 @@