Lou
2023-12-01 a2af1261e4537e6d869c525856429c68894143f8
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
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
@@ -397,7 +397,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 {