diff --git a/pages.json b/pages.json index 0d59b10..595a4b5 100644 --- a/pages.json +++ b/pages.json @@ -3,6 +3,20 @@ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/index/index", + "style": { + "navigationBarTitleText": "首页", + "navigationStyle": "custom", + "enablePullDownRefresh": true + } + }, + { + "path": "pages/user/user", + "style": { + "navigationBarTitleText": "我的" + } + }, { "path": "pages/notice/notice", "style": { @@ -32,14 +46,6 @@ "style": { "navigationBarTitleText": "支付结果" } - }, - { - "path": "pages/index/index", - "style": { - "navigationBarTitleText": "首页", - "navigationStyle": "custom", - "enablePullDownRefresh": true - } } ], "globalStyle": { diff --git a/pages/user/user.vue b/pages/user/user.vue new file mode 100644 index 0000000..56bd579 --- /dev/null +++ b/pages/user/user.vue @@ -0,0 +1,327 @@ + + + + +