From 9dfbcb36d1d01a6873d194d258890b03cd69b506 Mon Sep 17 00:00:00 2001 From: sa0ChunLuyu Date: Fri, 13 Sep 2024 22:10:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AE=8C=E6=88=90=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/pages.json | 9 ++++-- h5/pages/buy/done/done.vue | 57 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 h5/pages/buy/done/done.vue diff --git a/h5/pages.json b/h5/pages.json index 07f9c3e..6b9c544 100644 --- a/h5/pages.json +++ b/h5/pages.json @@ -1,6 +1,5 @@ { - "pages": [ - { + "pages": [{ "path": "pages/main/index/index", "style": { "navigationBarTitleText": "海南现代妇女儿童医院", @@ -66,6 +65,12 @@ "navigationBarBackgroundColor": "#D8EDF2", "navigationBarTextStyle": "black" } + }, + { + "path": "pages/buy/done/done", + "style": { + "navigationBarTitleText": "支付完成" + } } ], "globalStyle": { diff --git a/h5/pages/buy/done/done.vue b/h5/pages/buy/done/done.vue new file mode 100644 index 0000000..e4aadf5 --- /dev/null +++ b/h5/pages/buy/done/done.vue @@ -0,0 +1,57 @@ + + + \ No newline at end of file