From 9f1e740e07085a7fc74defe5d63bcc4818aab69e Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 29 二月 2024 18:49:37 +0800 Subject: [PATCH] zhang --- app.json | 22 +++++++++++++++++++--- 1 files changed, 19 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 1232b9f..430bd80 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,8 @@ { "pages": [ + "pages/cart/index", "pages/home/home", + "pages/aboutUs/index", "pages/bookServices/index", "pages/bookExhibitionList/index", "pages/bookExhibitionDetails/index", @@ -14,7 +16,6 @@ "pages/goods/category/index", "pages/goods/search/index", "pages/goods/result/index", - "pages/cart/index", "pages/order/order-confirm/index", "pages/order/receipt/index", "pages/order/pay-result/index", @@ -32,7 +33,21 @@ "pages/order/fill-tracking-no/index", "pages/order/delivery-detail/index", "pages/order/invoice/index", - "pages/usercenter/name-edit/index" + "pages/usercenter/name-edit/index", + "pages/teacherCertification/index", + "pages/personalCenter/index", + "pages/personalCenter/myOrder/index", + "pages/personalCenter/myCollection/index", + "pages/personalCenter/myMassage/index", + "pages/personalCenter/myMassage/massageDetail/index", + "pages/personalCenter/feedBack/index", + "pages/personalCenter/feedBackSubmit/index", + "pages/personalCenter/certificate/index", + "pages/personalCenter/publishBooks/index", + "pages/personalCenter/sampleBooks/index", + "pages/personalCenter/downloads/index", + "pages/personalCenter/activateProduct/index", + "pages/testLogin/index" ], "tabBar": { "custom": true, @@ -72,7 +87,8 @@ "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "浜笀E璇�", - "navigationBarTextStyle": "black" + "navigationBarTextStyle": "black", + " navigationStyle": "custom" }, "sitemapLocation": "sitemap.json", "permission": { -- Gitblit v1.9.1