From 60df91623fd4d3aa0d16f0832b3ba4391ce63a5e Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 31 Oct 2021 23:09:41 +0800 Subject: [PATCH] =?UTF-8?q?page.json=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E9=85=8D=E7=BD=AE=E4=BD=8D=E7=BD=AE=E8=B0=83=E6=8D=A2?= =?UTF-8?q?=E3=80=81=E9=81=BF=E5=85=8D=E8=BF=90=E8=A1=8C=E5=88=B0=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E6=A0=BC=E5=BC=8F=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.json b/pages.json index eec3c101..6b18d025 100644 --- a/pages.json +++ b/pages.json @@ -70,14 +70,14 @@ { "path": "pages/goods-detail/goods-detail", "style": { - "enablePullDownRefresh": true, - "navigationBarTitleText": "商品详情", - "navigationStyle": "custom", - // #ifdef MP-WEIXIN + // #ifdef MP-WEIXIN "usingComponents": { "share-button": "plugin://goodsSharePlugin/share-button" - } - // #endif + }, + // #endif + "enablePullDownRefresh": true, + "navigationBarTitleText": "商品详情", + "navigationStyle": "custom" } }, {