From bd6f7a378e4dab04f4c2e8adc6c8a7e996fd9d07 Mon Sep 17 00:00:00 2001 From: RyRh <3123294924@qq.com> Date: Tue, 25 Aug 2026 11:37:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=EF=BC=8C=E5=9B=BE=E7=89=87=E8=87=AA?= =?UTF-8?q?=E9=80=82=E5=BA=94=EF=BC=8C=E5=B0=BA=E7=A0=81=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=EF=BC=8C=E5=8E=BB=E6=8E=89=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 1 + .../components/DetailSwiper.vue | 28 +++++++++++++------ .../components/PackagingSpec.vue | 9 ------ pages/product-detail/components/SizeChart.vue | 8 ------ pages/product-detail/product-detail.vue | 9 +++++- 5 files changed, 28 insertions(+), 27 deletions(-) diff --git a/pages.json b/pages.json index 7bb26a0..33ec5ed 100644 --- a/pages.json +++ b/pages.json @@ -20,6 +20,7 @@ "path": "pages/product-detail/product-detail", "style": { "navigationBarTitleText": "产品详情", + "navigationStyle": "custom", "usingComponents": {} } } diff --git a/pages/product-detail/components/DetailSwiper.vue b/pages/product-detail/components/DetailSwiper.vue index 659547b..761e21f 100644 --- a/pages/product-detail/components/DetailSwiper.vue +++ b/pages/product-detail/components/DetailSwiper.vue @@ -1,5 +1,6 @@