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",