|
|
|
@ -22,55 +22,55 @@ export default { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
list: [{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/index/category/category?current=0&type=0', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '面部护肤' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/index/category/category?current=0&type=3', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '国际精品' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/point/shoppingMall/shoppingMall', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '积分商城' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/index/category/category?current=0&type=4', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '服装内衣' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/index/category/category?current=0&type=6', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '数码家电' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '黄金珠宝' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/user/member/service', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '会员服务' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/index/eventRegistration/eventRegistration', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '活动报名' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '餐饮配套' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '领券中心' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/user/my/chatonline', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '在线客服' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/index/category/category?current=0&type=7', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '鞋履箱包' |
|
|
|
},{ |
|
|
|
link: '/pages/store/groups/groups', |
|
|
|
link: '/pages/index/category/category?current=0&type=8', |
|
|
|
image: 'https://cdn.guojiang.club/storage/uploads/images/2020_06_05/rNCqCVUgi5GFYntpqmevHEaO1NYt5PZ2tgjEXRMU.png', |
|
|
|
name: '滋补保健' |
|
|
|
}], |
|
|
|
@ -95,7 +95,7 @@ export default { |
|
|
|
methods: { |
|
|
|
_jumpImg(e) { |
|
|
|
var src = e.currentTarget.dataset.src; |
|
|
|
if (!src || src == 'uto_miniprogram') return; |
|
|
|
if (!src || src == 'uto_miniprogram') return this.$msg('敬请期待'); |
|
|
|
wx.navigateTo({ |
|
|
|
url: src |
|
|
|
}); |
|
|
|
|