去除H5的导航栏

This commit is contained in:
Gaoxs
2020-09-28 11:05:30 +08:00
parent b61c95035e
commit 5d1e1bfcbd
2 changed files with 8 additions and 3 deletions

View File

@ -141,12 +141,12 @@
} }
}, },
"plugins" : { "plugins" : {
// #ifdef MP-WEIXIN
"live-player-plugin" : { "live-player-plugin" : {
// 注意填写该直播组件最新版本号,微信开发者工具调试时可获取最新版本号(复制时请去掉注释)
"version" : "1.1.10", "version" : "1.1.10",
// 必须填该直播组件appid该示例值即为直播组件appid复制时请去掉注释
"provider" : "wx2b03c6e691cd7370" "provider" : "wx2b03c6e691cd7370"
} }
// #endif
} }
}, },
"mp-alipay" : { "mp-alipay" : {

View File

@ -423,7 +423,12 @@
"navigationBarTitleText": "Yshop", "navigationBarTitleText": "Yshop",
"navigationBarBackgroundColor": "#F8F8F8", "navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8",
"navigationStyle": "default" // #ifndef H5
"navigationStyle": "default",
// #endif
// #ifdef H5
"navigationStyle": "custom"
// #endif
}, },
"tabBar": { "tabBar": {
"color": "#282828", "color": "#282828",