From 0f302a68c27ccbfaee62a015bca9d810f6f494dc Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Sat, 11 Sep 2021 15:49:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E7=8A=B6=E6=80=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=20=E7=A1=AE=E8=AE=A4=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 20 +++++++-- pages/aboutpay/confirmcash.vue | 49 +++++++++++++++++++++ pages/aboutpay/paystate.vue | 79 ++++++++++++++++++++++++++++++++++ 3 files changed, 144 insertions(+), 4 deletions(-) create mode 100644 pages/aboutpay/confirmcash.vue create mode 100644 pages/aboutpay/paystate.vue diff --git a/pages.json b/pages.json index d2d394a..fe2e175 100644 --- a/pages.json +++ b/pages.json @@ -4,16 +4,28 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path": "pages/user/my/myregister", + "path": "pages/index/index/index", "style": { + "navigationBarTitleText": "首页", + "enablePullDownRefresh":true, "navigationStyle": "custom" } }, { - "path": "pages/index/index/index", + "path": "pages/aboutpay/paystate", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/aboutpay/confirmcash", + "style": { + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/my/myregister", "style": { - "navigationBarTitleText": "首页", - "enablePullDownRefresh":true, "navigationStyle": "custom" } }, diff --git a/pages/aboutpay/confirmcash.vue b/pages/aboutpay/confirmcash.vue new file mode 100644 index 0000000..54180f3 --- /dev/null +++ b/pages/aboutpay/confirmcash.vue @@ -0,0 +1,49 @@ + + + + + + diff --git a/pages/aboutpay/paystate.vue b/pages/aboutpay/paystate.vue new file mode 100644 index 0000000..d428265 --- /dev/null +++ b/pages/aboutpay/paystate.vue @@ -0,0 +1,79 @@ + + + +