lin
2024-03-26 83b68b4010009835f8faedea2e814a42b975e3ee
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;