Browse Source

去除H5的导航栏

master
Gaoxs 5 years ago
parent
commit
5d1e1bfcbd
  1. 4
      manifest.json
  2. 7
      pages.json

4
manifest.json

@ -141,12 +141,12 @@
} }
}, },
"plugins" : { "plugins" : {
// #ifdef MP-WEIXIN
"live-player-plugin" : { "live-player-plugin" : {
//
"version" : "1.1.10", "version" : "1.1.10",
// appidappid
"provider" : "wx2b03c6e691cd7370" "provider" : "wx2b03c6e691cd7370"
} }
// #endif
} }
}, },
"mp-alipay" : { "mp-alipay" : {

7
pages.json

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

Loading…
Cancel
Save