| subPackage/article/detail.vue | ●●●●● patch | view | raw | blame | history |
subPackage/article/detail.vue
@@ -331,7 +331,8 @@ //获取投票议题 getVoteList() { communityModel.getVoteTopics({ articleId: this.params.id articleId: this.params.id, houseCode: uni.getStorageSync("curHouseCode") }).then(res => { if (res.code == 200) { let data = res.data;