41 lines
1.3 KiB
JavaScript
41 lines
1.3 KiB
JavaScript
export const functionList = [{
|
|
url: '/pages/showroom/index',
|
|
imgae: 'http://qicheoss.oss-cn-shanghai.aliyuncs.com/static/images/app/home/01.png',
|
|
title: '租卖车',
|
|
type:1
|
|
}, {
|
|
url: '/pages/serve/repair/repair',
|
|
imgae: 'http://qicheoss.oss-cn-shanghai.aliyuncs.com/static/images/app/home/02.png',
|
|
title: '维修',
|
|
type:2
|
|
}, {
|
|
url: '/pages/serve/activity_list',
|
|
imgae: 'http://qicheoss.oss-cn-shanghai.aliyuncs.com/static/images/app/home/03.png',
|
|
title: '0元租车',
|
|
type:2
|
|
}, {
|
|
url: '/pagesA/every_day_card/every_day_card',
|
|
imgae: 'http://qicheoss.oss-cn-shanghai.aliyuncs.com/static/images/app/home/04.png',
|
|
title: '瓜分红包',
|
|
type:2
|
|
}, {
|
|
url: '/pagesA/rebate/rebate',
|
|
imgae: 'http://qicheoss.oss-cn-shanghai.aliyuncs.com/static/images/app/home/05.png',
|
|
title: '流水返佣',
|
|
type:2
|
|
}, {
|
|
url: '/pages/welfare/task/task',
|
|
imgae: 'http://qicheoss.oss-cn-shanghai.aliyuncs.com/static/images/app/home/06.png',
|
|
title: '任务中心',
|
|
type:2
|
|
}, {
|
|
url: '/pages/serve/coupons/coupons?num=1',
|
|
imgae: 'http://qicheoss.oss-cn-shanghai.aliyuncs.com/static/images/app/home/07.png',
|
|
title: '限时秒杀',
|
|
type:2
|
|
}, {
|
|
url: '/pages/welfare/invite/invite',
|
|
imgae: 'http://qicheoss.oss-cn-shanghai.aliyuncs.com/static/images/app/home/08.png',
|
|
title: '邀请有礼',
|
|
type:2
|
|
}] |