linwe
2023-12-01 9a319b2411e4057e74502287b5c962a6f723f09e
资讯查询优化
2 files modified
6 ■■■■■ changed files
pages/home/index.vue 3 ●●●● patch | view | raw | blame | history
subPackage/article/communityList.vue 3 ●●●● patch | view | raw | blame | history
pages/home/index.vue
@@ -359,7 +359,8 @@
            async getNoticeList() {
                const param = {
                    size: 10,
                    current: 1
                    current: 1,
                    houseCode: uni.getStorageSync("siteInfo").houseCode
                }
                const res = await getPage(param)
                this.notice = res.data.records
subPackage/article/communityList.vue
@@ -84,7 +84,8 @@
                    size: 10,
                    current: this.currentPage,
                    articleType: this.tabId,
                    eventType: this.eventType
                    eventType: this.eventType,
                    houseCode: uni.getStorageSync("siteInfo").houseCode
                }
                const res = await getPage(param)
                const {