From ec5edb13ccff31e73c5a598af21ba1a6a73b5960 Mon Sep 17 00:00:00 2001 From: zby Date: Wed, 26 Oct 2022 18:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E6=89=8Binit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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" } ] },