|
|
@ -15,10 +15,10 @@ Component({ |
|
|
userInfo: app.userInfo, |
|
|
userInfo: app.userInfo, |
|
|
height: app.globalData.safeFragmentHeight, |
|
|
height: app.globalData.safeFragmentHeight, |
|
|
tabList: [ |
|
|
tabList: [ |
|
|
{ status: 1, badge: '', name: '待预约', icon: '/assets/image/icon_pricing.png' }, |
|
|
|
|
|
{ status: 2, badge: '', name: '待送货', icon: '/assets/image/icon_checking.png' }, |
|
|
|
|
|
{ status: 3, badge: '', name: '结算中', icon: '/assets/image/icon_payment.png' }, |
|
|
|
|
|
{ status: 4, badge: '', name: '已完成', icon: '/assets/image/icon_finish.png' } |
|
|
|
|
|
|
|
|
{ status: 50, badge: '', name: '待预约', icon: '/assets/image/icon_pricing.png' }, |
|
|
|
|
|
{ status: 51, badge: '', name: '待送货', icon: '/assets/image/icon_checking.png' }, |
|
|
|
|
|
{ status: 53, badge: '', name: '结算中', icon: '/assets/image/icon_payment.png' }, |
|
|
|
|
|
{ status: 54, badge: '', name: '已完成', icon: '/assets/image/icon_finish.png' } |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
lifetimes: { |
|
|
lifetimes: { |
|
|
|