|
|
|
@ -5,8 +5,8 @@ const app = getApp() |
|
|
|
Page({ |
|
|
|
data: { |
|
|
|
items: [ |
|
|
|
// { top: 20, title: '我的订单', img: '../../images/order.png', page: 'Order' },
|
|
|
|
{ top: 20, title: '我的活动', img: '../../images/addr.png', page: 'Activity' }, |
|
|
|
// { top: 20, title: '我的订单', img: '../../images/ico_order.png', page: 'Order' },
|
|
|
|
{ top: 20, title: '我的活动', img: '../../images/ico_actions.png', page: 'Activity' }, |
|
|
|
{ top: 1, title: '联系客服', img: '../../images/service.png', page: 'Transition' } |
|
|
|
], |
|
|
|
sessionId: '' |
|
|
|
|