diff --git a/pages.json b/pages.json index 9e6ca07..e42c013 100644 --- a/pages.json +++ b/pages.json @@ -65,7 +65,7 @@ "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "backgroundColor": "#fff", - "navigationStyle": "custom", + "disableScroll": true } @@ -77,8 +77,8 @@ "enablePullDownRefresh": false, "navigationBarTextStyle": "black", "backgroundColor": "#fff", - "disableScroll": true, - "navigationStyle": "custom" + "disableScroll": true + } }, @@ -133,20 +133,20 @@ "list": [{ "text": "短剧", "pagePath": "pages/playlet/index", - "iconPath": "/static/tabbar/playlet_off.png", - "selectedIconPath": "/static/tabbar/playlet_on.png" + "iconPath": "static/tabbar/playlet_off.png", + "selectedIconPath": "static/tabbar/playlet_on.png" }, { "text": "发现", "pagePath": "pages/discover/index", - "iconPath": "/static/tabbar/discover_off.png", - "selectedIconPath": "/static/tabbar/discover_on.png" + "iconPath": "static/tabbar/discover_off.png", + "selectedIconPath": "static/tabbar/discover_on.png" }, { "text": "我的", "pagePath": "pages/my/index/index", - "iconPath": "/static/tabbar/my_off.png", - "selectedIconPath": "/static/tabbar/my_on.png" + "iconPath": "static/tabbar/my_off.png", + "selectedIconPath": "static/tabbar/my_on.png" } ] },