Lou
2024-01-06 d8cb7a8f82e370ed0220490f9b3ec40b30af7621
subPackage/article/communityList.vue
@@ -32,17 +32,19 @@
            list: [],
            currentPage: 1,
            loadingStatus: 'nomore',
            eventType: ""
            eventType: "",
            type: '',
         }
      },
      onLoad(option) {
         this.eventType = option.type;
         if (option.type == 0) {
            this.type = 3
            uni.setNavigationBarTitle({
               title: "公益报名"
            })
         } else {
            this.type = 4
            uni.setNavigationBarTitle({
               title: "选举调查"
            })
@@ -91,6 +93,7 @@
               size: pageSize,
               articleType: this.tabId,
               eventType: this.eventType,
               type: this.type,
               houseCode: uni.getStorageSync("siteInfo").houseCode
            }).then(res => {
               this.$refs.paging.complete(res.data.records);
@@ -105,6 +108,7 @@
               current: this.currentPage,
               articleType: this.tabId,
               eventType: this.eventType,
               type: this.type,
               houseCode: uni.getStorageSync("siteInfo").houseCode
            }
            const res = await getPage(param)