|
@@ -4,7 +4,10 @@
|
|
|
"path": "pages/bookshelf/bookshelf",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "书架",
|
|
|
- // #ifdef MP-WEIXIN
|
|
|
+ // #ifdef MP-WEIXIN
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ // #endif
|
|
|
+ // #ifdef H5
|
|
|
"navigationStyle": "custom",
|
|
|
// #endif
|
|
|
"app-plus": {
|
|
@@ -19,6 +22,9 @@
|
|
|
// #ifdef MP-WEIXIN
|
|
|
"navigationStyle": "custom",
|
|
|
// #endif
|
|
|
+ // #ifdef H5
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ // #endif
|
|
|
"enablePullDownRefresh": true,
|
|
|
"app-plus": {
|
|
|
"bounce": "none"
|