From 04acf6421dded7b6f6eef9d2cf41d0b4a0e8dd0d Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期日, 28 四月 2024 09:23:10 +0800 Subject: [PATCH] 设置表单的bug --- app.json | 21 ++++++++++++--------- 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/app.json b/app.json index c3c65c8..f78a613 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,10 @@ { "pages": [ - "pages/student/index", "pages/home/home", + "pages/home/digitalRead/index", "pages/retrievalPage/index", "pages/cart/paymentPage/index", + "pages/study/index", "pages/cart/index", "pages/bookExhibitionList/index", "pages/bookExhibitionDetails/index", @@ -11,8 +12,10 @@ "pages/personalCenter/index", "pages/personalCenter/feedBackSubmit/index", "pages/personalCenter/certificate/index", + "pages/bookServices/assort/index", "pages/testLogin/index", - "pages/bookServices/assort/index" + "pages/bindInfo/index", + "pages/bookExhibitionList/select/select" ], "subPackages": [ { @@ -38,7 +41,7 @@ "pages/downloads/index", "pages/activateProduct/index", "pages/sampleBooks/index", - "pages/personalCenter/publishBooks/index", + "pages/publishBooks/index", "pages/feedBack/index", "pages/aboutUs/index", "pages/userSetting/index" @@ -51,14 +54,16 @@ "pages/bookServices/list/index", "pages/bookServices/detail/index", "pages/bookServices/examination/examination", - "pages/bookServices/webpage/index" + "pages/bookServices/webpage/index", + "pages/components/webView/index", + "pages/bookServices/detail/buyResource/index" ] } ], "tabBar": { "custom": true, "color": "#666666", - "selectedColor": "#FF5F15", + "selectedColor": "#ff6c00", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ @@ -75,7 +80,7 @@ "selectedIconPatn": "/static/images/home/service-click@2x.png" }, { - "pagePath": "pages/student/index", + "pagePath": "pages/study/index", "text": "瀛︿範", "iconPath": "/static/images/home/learn@2x.png", "selectedIconPatn": "/static/images/home/learn-click@2x.png" @@ -101,9 +106,7 @@ "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", - "navigationBarTitleText": "浜笀E璇�", - "navigationBarTextStyle": "black", - " navigationStyle": "custom" + "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "permission": { -- Gitblit v1.9.1