From 4d595d07c18198678137a108ca59c61f423a0176 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Thu, 5 Feb 2026 00:21:45 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4866=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BA=B7=E5=85=BB=E7=B1=BB?= =?UTF-8?q?=E7=9B=AE=E4=B8=8B=EF=BC=8C=E5=BA=94=E6=98=BE=E7=A4=BA=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=90=8E=E5=8F=B0=E9=85=8D=E7=BD=AE=E7=9A=84=E5=85=BB?= =?UTF-8?q?=E7=94=9F=E5=9C=A3=E5=9C=B0=E7=B1=BB=E7=9B=AE=E5=8F=8A=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=EF=BC=88=E5=8F=82=E8=80=83=E5=9B=BE2=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/healthFoods.vue | 659 +++++++++++----------------- pkg_product/views/healthSanctum.vue | 8 + 2 files changed, 270 insertions(+), 397 deletions(-) diff --git a/pkg_product/views/healthFoods.vue b/pkg_product/views/healthFoods.vue index 8d551c0..9ac2ec8 100644 --- a/pkg_product/views/healthFoods.vue +++ b/pkg_product/views/healthFoods.vue @@ -23,265 +23,246 @@ /> - + + + + + {{ tab.name }} + + + + + + + + + + {{ item.areaName }} + + + {{ item.intro }} + + + + + {{ item.name }} + + + + + + - diff --git a/pkg_product/views/healthSanctum.vue b/pkg_product/views/healthSanctum.vue index c9ed324..9f8381b 100644 --- a/pkg_product/views/healthSanctum.vue +++ b/pkg_product/views/healthSanctum.vue @@ -203,8 +203,13 @@ export default { } }, getTopImage() { + const cached = uni.getStorageSync('wellnessTopImageConfig') + if (cached) { + this.topImageConfig = cached + } getWellnessTopImage().then(res => { this.topImageConfig = res.data || {} + uni.setStorageSync('wellnessTopImageConfig', this.topImageConfig) }) } } @@ -231,6 +236,9 @@ export default { } .tab-btn{ width: 200rpx; + will-change: transform; + display: block; + height: auto; } .tabs-wrap{ white-space: nowrap;