diff --git a/pages.json b/pages.json index 14879ca..4494344 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 @@ + + + +