|
@ -55,11 +55,11 @@ Page({ |
|
|
} else if (e.currentTarget.dataset.page === 'gather') { |
|
|
} else if (e.currentTarget.dataset.page === 'gather') { |
|
|
console.log('/subpages/associationNew/pages/community/community.js') |
|
|
console.log('/subpages/associationNew/pages/community/community.js') |
|
|
wx.navigateTo({ |
|
|
wx.navigateTo({ |
|
|
url: `#/话对捧个场` |
|
|
url:`/subpages/associationNew/pages/eventlist/eventlist` //`#/话对捧个场`
|
|
|
}) |
|
|
}) |
|
|
} else if (e.currentTarget.dataset.page === 'applause') { |
|
|
} else if (e.currentTarget.dataset.page === 'applause') { |
|
|
wx.navigateTo({ |
|
|
wx.navigateTo({ |
|
|
url: `#/事好鼓个掌` |
|
|
url:`/subpages/associationNew/pages/eventlist/eventlist` //`#/事好鼓个掌`
|
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|