|
@@ -50,24 +50,24 @@ Page({
|
|
|
name: '我的收藏',
|
|
|
id: 0
|
|
|
},
|
|
|
- {
|
|
|
- icon: 'cb5',
|
|
|
- url: '/pages/coupon/coupon',
|
|
|
- name: '优惠券',
|
|
|
- id: 5
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // icon: 'cb5',
|
|
|
+ // url: '/pages/coupon/coupon',
|
|
|
+ // name: '优惠券',
|
|
|
+ // id: 5
|
|
|
+ // },
|
|
|
// {
|
|
|
// icon: 'cb6',
|
|
|
// url: '/pages/ucenter/footprint/footprint',
|
|
|
// name: '我的积分',
|
|
|
// id: 1
|
|
|
// },
|
|
|
- {
|
|
|
- icon: 'cb2',
|
|
|
- url: '/pages/ucenter/address/address',
|
|
|
- name: '地址管理',
|
|
|
- id: 1
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // icon: 'cb2',
|
|
|
+ // url: '/pages/ucenter/address/address',
|
|
|
+ // name: '地址管理',
|
|
|
+ // id: 1
|
|
|
+ // }
|
|
|
],
|
|
|
relatedGoods: [],
|
|
|
isLogin: app.globalData.isLogin
|