diff --git a/pages.json b/pages.json index 48983eb..30e91ef 100644 --- a/pages.json +++ b/pages.json @@ -3,8 +3,19 @@ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages + { + "path": "pages/myinformation/myinformation", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + // "navigationBarBackgroundColor": "#4ac4ab" + + // "navigationStyle": "custom" + } + }, { - "path": "pages/index/index", + "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, @@ -18,7 +29,7 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } - }, + } // { // "path": "pages/login/login", // "style": { @@ -27,22 +38,14 @@ // "navigationStyle": "custom" // } // }, - { - "path": "pages/myinformation/myinformation", - "style": { - "navigationBarTitleText": "我的", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#4ac4ab" - - // "navigationStyle": "custom" - } - } + ], "globalStyle": { - "navigationBarTextStyle": "black", + "navigationBarTextStyle": "white", "navigationBarTitleText": "", - "navigationBarBackgroundColor": "#F8F8F8", + "navigationBarBackgroundColor": "#26A888", "backgroundColor": "#F8F8F8" + }, "uniIdRouter": {}, "tabBar": { @@ -59,8 +62,8 @@ { "pagePath": "pages/myinformation/myinformation", - "iconPath": "static/myinformation.png", - "selectedIconPath": "static/myinformations.png", + "iconPath": "static/myinformations.png", + "selectedIconPath": "static/myinformation.png", "text": "我的" } ] diff --git a/pages/login/login.vue b/pages/login/login.vue new file mode 100644 index 0000000..693b49b --- /dev/null +++ b/pages/login/login.vue @@ -0,0 +1,173 @@ + + + + + \ No newline at end of file diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 277cc3e..7d9d635 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -1,9 +1,100 @@