From 4c472f6bbf82e5ef95b60ac8e417760d89a7ba36 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 29 三月 2024 19:39:17 +0800 Subject: [PATCH] 购物车2 --- app.json | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app.json b/app.json index 2b71cb4..d2468fb 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,7 @@ { "pages": [ "pages/home/home", + "pages/home/digitalRead/index", "pages/retrievalPage/index", "pages/cart/paymentPage/index", "pages/student/index", @@ -12,7 +13,8 @@ "pages/personalCenter/feedBackSubmit/index", "pages/personalCenter/certificate/index", "pages/testLogin/index", - "pages/bookServices/assort/index" + "pages/bookServices/assort/index", + "pages/bindInfo/index" ], "subPackages": [ { @@ -38,7 +40,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" @@ -52,14 +54,15 @@ "pages/bookServices/detail/index", "pages/bookServices/examination/examination", "pages/bookServices/webpage/index", - "pages/components/webView/index" + "pages/components/webView/index", + "pages/bookServices/detail/buyResource/index" ] } ], "tabBar": { "custom": true, "color": "#666666", - "selectedColor": "#FF5F15", + "selectedColor": "#ff6c00", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [ @@ -103,8 +106,7 @@ "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "浜笀E璇�", - "navigationBarTextStyle": "black", - " navigationStyle": "custom" + "navigationBarTextStyle": "black" }, "sitemapLocation": "sitemap.json", "permission": { -- Gitblit v1.9.1