flat: 菜单

This commit is contained in:
史典卓
2025-07-09 16:48:37 +08:00
parent 645c2552f6
commit af3ff2db18
2 changed files with 19 additions and 27 deletions

View File

@@ -33,7 +33,7 @@ export default {
}, },
{ {
id: 1, id: 1,
text: '招聘会', text: '精选',
path: '/pages/careerfair/careerfair', path: '/pages/careerfair/careerfair',
iconPath: '../../static/tabbar/post.png', iconPath: '../../static/tabbar/post.png',
selectedIconPath: '../../static/tabbar/posted.png', selectedIconPath: '../../static/tabbar/posted.png',
@@ -41,14 +41,6 @@ export default {
}, },
{ {
id: 2, id: 2,
text: '',
path: '/pages/chat/chat',
iconPath: '../../static/tabbar/logo3.png',
selectedIconPath: '../../static/tabbar/logo3.png',
centerItem: true,
},
{
id: 3,
text: '消息', text: '消息',
path: '/pages/msglog/msglog', path: '/pages/msglog/msglog',
iconPath: '../../static/tabbar/chat4.png', iconPath: '../../static/tabbar/chat4.png',
@@ -56,7 +48,7 @@ export default {
centerItem: false, centerItem: false,
}, },
{ {
id: 4, id: 3,
text: '我的', text: '我的',
path: '/pages/mine/mine', path: '/pages/mine/mine',
iconPath: '../../static/tabbar/mine.png', iconPath: '../../static/tabbar/mine.png',

View File

@@ -47,18 +47,18 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ // {
"path": "pages/chat/chat", // "path": "pages/chat/chat",
"style": { // "style": {
"navigationBarTitleText": "AI+", // "navigationBarTitleText": "AI+",
"navigationBarBackgroundColor": "#4778EC", // "navigationBarBackgroundColor": "#4778EC",
"navigationBarTextStyle": "white", // "navigationBarTextStyle": "white",
"enablePullDownRefresh": false, // "enablePullDownRefresh": false,
// #ifdef H5 // // #ifdef H5
"navigationStyle": "custom" // "navigationStyle": "custom"
//#endif // //#endif
} // }
}, // },
{ {
"path": "pages/search/search", "path": "pages/search/search",
"style": { "style": {
@@ -221,11 +221,11 @@
"selectedIconPath": "static/tabbar/posted.png", "selectedIconPath": "static/tabbar/posted.png",
"text": "招聘会" "text": "招聘会"
}, },
{ // {
"pagePath": "pages/chat/chat", // "pagePath": "pages/chat/chat",
"iconPath": "static/tabbar/logo3.png", // "iconPath": "static/tabbar/logo3.png",
"selectedIconPath": "static/tabbar/logo3.png" // "selectedIconPath": "static/tabbar/logo3.png"
}, // },
{ {
"pagePath": "pages/msglog/msglog", "pagePath": "pages/msglog/msglog",
"iconPath": "static/tabbar/chat4.png", "iconPath": "static/tabbar/chat4.png",