diff --git a/pages.json b/pages.json index 4ed097f..c4bbc90 100644 --- a/pages.json +++ b/pages.json @@ -5,7 +5,10 @@ "path" : "pages/index/index", "style" : { "enablePullDownRefresh" : true, - "navigationBarBackgroundColor" : "#FFFFFF" + "navigationBarBackgroundColor" : "#FFFFFF", + "navigationBarShadow": { + "colorType": "none" + } } }, { diff --git a/pages/index/index.vue b/pages/index/index.vue index 33b4f8b..788439b 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,47 +1,51 @@