diff --git a/pages.json b/pages.json index f8590cd..255826b 100644 --- a/pages.json +++ b/pages.json @@ -391,13 +391,15 @@ "path": "big_classification/index", "style": { "navigationBarTitleText": "云仓分类", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "navigationStyle": "custom" } }, { "path": "small_classification/index", "style": { "navigationBarTitleText": "云仓分类", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "navigationStyle": "custom" } }] }, diff --git a/pages/cloud_warehouse/small_classification/index.vue b/pages/cloud_warehouse/small_classification/index.vue index f1ff176..b91dee0 100644 --- a/pages/cloud_warehouse/small_classification/index.vue +++ b/pages/cloud_warehouse/small_classification/index.vue @@ -1,6 +1,6 @@