From 5d1e1bfcbdfa570448e48fd7199b5b8a9adf012a Mon Sep 17 00:00:00 2001 From: Gaoxs <704041637@qq.com> Date: Mon, 28 Sep 2020 11:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4H5=E7=9A=84=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages.json | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c647f3d..87fc739 100644 --- a/manifest.json +++ b/manifest.json @@ -141,12 +141,12 @@ } }, "plugins" : { + // #ifdef MP-WEIXIN "live-player-plugin" : { - // 注意填写该直播组件最新版本号,微信开发者工具调试时可获取最新版本号(复制时请去掉注释) "version" : "1.1.10", - // 必须填该直播组件appid,该示例值即为直播组件appid(复制时请去掉注释) "provider" : "wx2b03c6e691cd7370" } + // #endif } }, "mp-alipay" : { diff --git a/pages.json b/pages.json index 08295bb..766b550 100644 --- a/pages.json +++ b/pages.json @@ -423,7 +423,12 @@ "navigationBarTitleText": "Yshop", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", - "navigationStyle": "default" + // #ifndef H5 + "navigationStyle": "default", + // #endif + // #ifdef H5 + "navigationStyle": "custom" + // #endif }, "tabBar": { "color": "#282828",