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