|
|
@ -35,6 +35,11 @@ Page({ |
|
|
|
module: 'house', |
|
|
|
imgHeightFlag:true |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon:'../../images/home/jifen.png', |
|
|
|
tip: '社区团购', |
|
|
|
module: 'pointRank', |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon: |
|
|
|
'https://epdc-yushan.elinkservice.cn/files-pro/20220324/118ea106d9ed40978f3e23cc51b43119.png', |
|
|
@ -42,18 +47,15 @@ Page({ |
|
|
|
tip: '指尖榆山', |
|
|
|
module: 'fingerYushan', |
|
|
|
}, |
|
|
|
|
|
|
|
//志愿服务
|
|
|
|
{ |
|
|
|
icon: |
|
|
|
'../../images/hswy.png', |
|
|
|
tip: '红色物业', |
|
|
|
tip: '矛调超市', |
|
|
|
module: 'volunteerService', |
|
|
|
}, |
|
|
|
{ |
|
|
|
icon:'../../images/home/jifen.png', |
|
|
|
tip: '积分排名', |
|
|
|
module: 'pointRank', |
|
|
|
}, |
|
|
|
|
|
|
|
// {
|
|
|
|
// icon:
|
|
|
|
// 'https://epdc-yushan.elinkservice.cn/files-pro/20220324/1083316800d948b4a8a4206dcb857722.png',
|
|
|
@ -496,8 +498,15 @@ Page({ |
|
|
|
url: '/pages/mine/mine' |
|
|
|
}) |
|
|
|
} else if (module === 'pointRank') { |
|
|
|
wx.navigateTo({ |
|
|
|
url: '/subpages/integralCentre/pages/index/index' |
|
|
|
// wx.navigateTo({
|
|
|
|
// url: '/subpages/integralCentre/pages/index/index'
|
|
|
|
// })
|
|
|
|
wx.navigateToMiniProgram({ |
|
|
|
appId: 'wxbfc90d907beb18a3', |
|
|
|
extraData:{}, |
|
|
|
success(res) { |
|
|
|
// 打开成功
|
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|