From e638c790cc60553bcb2e25c981e685b36764600b Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Tue, 10 Feb 2026 17:37:37 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=E6=96=87=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/article/article-list.vue | 2 +- pages/survey/survey-list.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/article/article-list.vue b/pages/article/article-list.vue index d7ef8bb..88341a5 100644 --- a/pages/article/article-list.vue +++ b/pages/article/article-list.vue @@ -50,7 +50,7 @@ - 人员: + 成员: {{ item.person || '-' }} diff --git a/pages/survey/survey-list.vue b/pages/survey/survey-list.vue index a4e8233..e1b7aad 100644 --- a/pages/survey/survey-list.vue +++ b/pages/survey/survey-list.vue @@ -48,7 +48,7 @@ - 人员: + 成员: {{ item.person || '-' }} From 680e1e8c5d3b014923dd7f44c70fba46b9cf54dc Mon Sep 17 00:00:00 2001 From: huxuejian Date: Tue, 10 Feb 2026 18:01:01 +0800 Subject: [PATCH 2/2] Update article-list.vue --- pages/home/article-list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/article-list.vue b/pages/home/article-list.vue index baacfcf..e4b6653 100644 --- a/pages/home/article-list.vue +++ b/pages/home/article-list.vue @@ -54,7 +54,7 @@ const articleIds = computed(() => { function goToDetail(article) { if (!article?._id) return; - uni.navigateTo({ url: `/pages/article/article-detail?id=${article._id}` }); + uni.navigateTo({ url: `/pages/article/article-detail?id=${article._id}&corpId=${props.team.corpId}` }); } const loadArticles = async () => {