我的页面UI

This commit is contained in:
xiaoshan
2024-01-05 14:49:33 +08:00
parent fb58c2545e
commit 2ce833b6d2
29 changed files with 597 additions and 514 deletions

57
data/menu.js Normal file
View File

@@ -0,0 +1,57 @@
export const mineMenu = [{
id: 1,
name: '我的消息',
url: ''
},{
id: 2,
name: '我的订单',
url: ''
},{
id: 3,
name: '我的活动',
url: ''
},{
id: 4,
name: '天天打卡',
url: ''
},{
id: 5,
name: '我的钱包',
url: ''
},{
id: 6,
name: '我的收藏',
url: ''
},{
id: 7,
name: '邀请有礼',
url: ''
},{
id: 8,
name: '绑定微信',
url: ''
},{
id: 9,
name: '我的认证',
url: ''
},{
id: 10,
name: '车辆信息',
url: ''
},{
id: 11,
name: '我的卡包',
url: ''
},{
id: 12,
name: '商务合作',
url: ''
},{
id: 13,
name: '联系客服',
url: ''
},{
id: 14,
name: '关于我们',
url: ''
},]

View File

@@ -1,51 +0,0 @@
export const repairTabList = [
{
text: '维修',
iconPath: '../../../static/images/repair/tabbar/repair.png',
activeIconPath: '../../../static/images/repair/tabbar/repair_active.png',
path: '/pages/repair/tabbar/repair'
}, {
text: '配件',
iconPath: '../../../static/images/repair/tabbar/accessory.png',
activeIconPath: '../../../static/images/repair/tabbar/accessory_active.png',
path: '/pages/repair/tabbar/accessory'
}, {
text: '采购',
iconPath: '../../../static/images/repair/tabbar/procure.png',
activeIconPath: '../../../static/images/repair/tabbar/procure_active.png',
path: '/pages/repair/tabbar/procure'
}, {
text: '我的',
iconPath: '../../../static/images/repair/tabbar/mine.png',
activeIconPath: '../../../static/images/repair/tabbar/mine_active.png',
path: '/pages/repair/tabbar/mine'
}
]
export const carShopList = [
{
text: '社区',
iconPath: '../../../static/images/carshop/tabbar/community.png',
activeIconPath: '../../../static/images/carshop/tabbar/community_active.png',
path: '/pages/carShop/community/community'
}, {
text: '订单',
iconPath: '../../../static/images/carshop/tabbar/order.png',
activeIconPath: '../../../static/images/carshop/tabbar/order_active.png',
path: '/pages/carShop/order/order'
}, {
text: '维修',
iconPath: '../../../static/images/carshop/tabbar/maintainOrder.png',
activeIconPath: '../../../static/images/carshop/tabbar/maintainOrder_active.png',
path: '/pages/carShop/maintainOrder/maintainOrder'
}, {
text: '消息',
iconPath: '../../../static/images/carshop/tabbar/message.png',
activeIconPath: '../../../static/images/carshop/tabbar/message_active.png',
path: '/pages/carShop/message/message'
}, {
text: '我的',
iconPath: '../../../static/images/carshop/tabbar/mine.png',
activeIconPath: '../../../static/images/carshop/tabbar/mine_active.png',
path: '/pages/carShop/mine/mine'
}
]