From f223bce6448db005f991895a0e8ddc1989f239d7 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Tue, 25 Jan 2022 16:47:25 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 +-- pages/index/personal.vue | 96 ++++++++++++++++-------------- static/images/Customer.png | Bin 1507 -> 4515 bytes static/images/password.png | Bin 848 -> 1695 bytes static/images/setting.png | Bin 1779 -> 3752 bytes static/images/user-head-bgimg.png | Bin 0 -> 69865 bytes utils/tabbar.js | 4 +- 7 files changed, 56 insertions(+), 52 deletions(-) create mode 100644 static/images/user-head-bgimg.png diff --git a/pages.json b/pages.json index 75ce294..1678371 100644 --- a/pages.json +++ b/pages.json @@ -45,8 +45,8 @@ "path": "pages/index/personal", "style": { "navigationBarTitleText": "我的", - "navigationBarBackgroundColor": "#2671E2", - "navigationBarTextStyle": "white" + "navigationBarBackgroundColor": "#F8F8F8", + "navigationBarTextStyle": "black" } } ], @@ -472,7 +472,7 @@ "pagePath": "pages/index/index", "iconPath": "/static/images/tabBar/works.png", "selectedIconPath": "/static/images/tabBar/worksActive.png", - "text": "首页" + "text": "工作台" }, { "pagePath": "pages/index/learning", @@ -484,7 +484,7 @@ "pagePath": "pages/index/personal", "iconPath": "/static/images/tabBar/user.png", "selectedIconPath": "/static/images/tabBar/userActive.png", - "text": "个人" + "text": "我的" } ] }, diff --git a/pages/index/personal.vue b/pages/index/personal.vue index b9307a6..13a6138 100644 --- a/pages/index/personal.vue +++ b/pages/index/personal.vue @@ -1,7 +1,5 @@ @@ -87,15 +87,16 @@ } }; -