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" : {
// #ifdef MP-WEIXIN
"live-player-plugin" : {
//
"version" : "1.1.10",
// appidappid
"provider" : "wx2b03c6e691cd7370"
}
// #endif
}
},
"mp-alipay" : {

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

Loading…
Cancel
Save