From ecabd20b3dfbd956dad14ffb6ba3dc2efcfdd7c1 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 25 三月 2024 16:23:32 +0800 Subject: [PATCH] 微信支付 --- app.json | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index c3c65c8..8f90f72 100644 --- a/app.json +++ b/app.json @@ -1,9 +1,9 @@ { "pages": [ - "pages/student/index", "pages/home/home", "pages/retrievalPage/index", "pages/cart/paymentPage/index", + "pages/student/index", "pages/cart/index", "pages/bookExhibitionList/index", "pages/bookExhibitionDetails/index", @@ -51,7 +51,10 @@ "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/buyResource/index", + "pages/bookServices/detail/buyResource/index" ] } ], -- Gitblit v1.9.1