'司机端tabbar页'

This commit is contained in:
xiaoshan
2024-01-24 18:18:07 +08:00
parent e4532f0469
commit 203ed9fb49
251 changed files with 22955 additions and 5620 deletions

57
data/menu.js Normal file
View File

@@ -0,0 +1,57 @@
export const mineMenu = [{
id: 1,
name: '我的消息',
url: '/pages/message/message'
}, {
id: 2,
name: '我的订单',
url: '/pages/mine/my_order/my_order'
}, {
id: 3,
name: '我的活动',
url: '/pages/mine/my_activity/my_activity'
}, {
id: 4,
name: '天天打卡',
url: '/pages/welfare/task/task'
}, {
id: 5,
name: '我的钱包',
url: '/pages/mine/wallet/wallet'
}, {
id: 6,
name: '我的收藏',
url: '/pages/mine/my_favorite/my_favorite'
}, {
id: 7,
name: '邀请有礼',
url: '/pages/welfare/invite/invite'
}, {
id: 8,
name: '绑定微信',
url: '/pages/mine/binding_wx/binding_wx'
}, {
id: 9,
name: '我的认证',
url: '/pages/mine/my_authentication/my_authentication'
}, {
id: 10,
name: '车辆信息',
url: '/pages/mine/car_info/car_info'
}, {
id: 11,
name: '我的卡包',
url: '/pages/mine/my_card_bag/my_card_bag'
}, {
id: 12,
name: '商务合作',
url: ''
}, {
id: 13,
name: '常见问题',
url: '/pages/mine/common_problem/common_problem'
}, {
id: 14,
name: '关于我们',
url: '/pages/mine/about_us/about_us'
}, ]

View File

@@ -48,4 +48,33 @@ export const carShopList = [
activeIconPath: '../../../static/images/carshop/tabbar/mine_active.png',
path: '/pages/carShop/mine/mine'
}
]
export const driverList = [
{
text: '发现',
iconPath: '../../../static/images/driver/tabbar/index.png',
activeIconPath: '../../../static/images/driver/tabbar/index_active.png',
path: '/pages/driver/index/index'
}, {
text: '福利',
iconPath: '../../../static/images/driver/tabbar/welfare.png',
activeIconPath: '../../../static/images/driver/tabbar/welfare_active.png',
path: '/pages/driver/welfare/index'
}, {
text: '展厅',
iconPath: '../../../static/images/driver/tabbar/showroom.png',
activeIconPath: '../../../static/images/driver/tabbar/showroom_active.png',
path: '/pages/driver/showroom/index'
}, {
text: '服务',
iconPath: '../../../static/images/driver/tabbar/serve.png',
activeIconPath: '../../../static/images/driver/tabbar/serve_active.png',
path: '/pages/driver/serve/index'
}, {
text: '我的',
iconPath: '../../../static/images/driver/tabbar/mine.png',
activeIconPath: '../../../static/images/driver/tabbar/mine_active.png',
path: '/pages/driver/mine/index'
}
]

View File

@@ -88,3 +88,27 @@ export const tabsList5 = [{
name: '已拒绝',
value: 'repairRefuse'
}]
export const indexTabList = [{
name: '广场',
value: 1,
type: 'true'
}, {
name: '关注',
value: 3,
type: 'true'
}, {
name: '转租',
value: 2,
type: 'true'
}, {
name: '此地',
value: 4,
type: 'true'
}, {
name: '咨询',
value: 5,
type: 'true'
}]