diff --git a/subpages/associationNew/pages/community/community.js b/subpages/associationNew/pages/community/community.js index 545cef7..bdbd22c 100644 --- a/subpages/associationNew/pages/community/community.js +++ b/subpages/associationNew/pages/community/community.js @@ -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` //`#/事好鼓个掌` }) } }