From 92e8081691def33855cbd93d8bce0ef1a3ff1a32 Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 23 Oct 2023 15:35:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 35 +-- pages/login/login.vue | 173 ++++++++++++++ pages/myinformation/myinformation.vue | 318 ++++++++++++++++++++++++-- static/headsculpture.png | Bin 0 -> 8719 bytes static/huijiantou.png | Bin 0 -> 316 bytes static/myinformation.png | Bin 0 -> 807 bytes static/myinformations.png | Bin 0 -> 717 bytes static/see.png | Bin 0 -> 1128 bytes static/time.png | Bin 0 -> 3437 bytes static/top.png | Bin 0 -> 3597 bytes 10 files changed, 495 insertions(+), 31 deletions(-) create mode 100644 pages/login/login.vue create mode 100644 static/headsculpture.png create mode 100644 static/huijiantou.png create mode 100644 static/myinformation.png create mode 100644 static/myinformations.png create mode 100644 static/see.png create mode 100644 static/time.png create mode 100644 static/top.png 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 @@