From a2af1261e4537e6d869c525856429c68894143f8 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 01 Dec 2023 18:17:25 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
---
pages/home/index.vue | 3 ++-
subPackage/article/communityList.vue | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/pages/home/index.vue b/pages/home/index.vue
index ada9a3b..d5c7d41 100644
--- a/pages/home/index.vue
+++ b/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
diff --git a/subPackage/article/communityList.vue b/subPackage/article/communityList.vue
index 9cc14ec..8dd26b6 100644
--- a/subPackage/article/communityList.vue
+++ b/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 {
--
Gitblit v1.9.3