去除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

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