Browse Source

修改个人中心页面

undefined
douzhuo 3 years ago
parent
commit
f223bce644
7 changed files with 56 additions and 52 deletions
  1. +4
    -4
      pages.json
  2. +50
    -46
      pages/index/personal.vue
  3. BIN
      static/images/Customer.png
  4. BIN
      static/images/password.png
  5. BIN
      static/images/setting.png
  6. BIN
      static/images/user-head-bgimg.png
  7. +2
    -2
      utils/tabbar.js

+ 4
- 4
pages.json View File

@@ -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": "我的"
}
]
},


+ 50
- 46
pages/index/personal.vue
File diff suppressed because it is too large
View File


BIN
static/images/Customer.png View File

Before After
Width: 36  |  Height: 36  |  Size: 1.5 KiB Width: 72  |  Height: 72  |  Size: 4.4 KiB

BIN
static/images/password.png View File

Before After
Width: 36  |  Height: 36  |  Size: 848 B Width: 72  |  Height: 72  |  Size: 1.7 KiB

BIN
static/images/setting.png View File

Before After
Width: 36  |  Height: 36  |  Size: 1.7 KiB Width: 72  |  Height: 72  |  Size: 3.7 KiB

BIN
static/images/user-head-bgimg.png View File

Before After
Width: 1456  |  Height: 652  |  Size: 68 KiB

+ 2
- 2
utils/tabbar.js View File

@@ -15,7 +15,7 @@ export default [{
"iconPath": "/static/images/tabBar/works.png",
"selectedIconPath": "/static/images/tabBar/worksActive.png",
"midButton": true,
"text": "首页"
"text": "工作台"
},
{
"pagePath": "/pages/index/learning",
@@ -27,6 +27,6 @@ export default [{
"pagePath": "/pages/index/personal",
"iconPath": "/static/images/tabBar/user.png",
"selectedIconPath": "/static/images/tabBar/userActive.png",
"text": "个人"
"text": "我的"
}
];

Loading…
Cancel
Save