From 5dca8e3846b510468f7c9ebf42c394596df0c6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Fri, 5 Dec 2025 17:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=B7=A5=E4=BC=9A=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=88=97=E8=A1=A8=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E9=BB=98=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/union/list.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/union/list.vue b/pages/union/list.vue index 9772f6a5..0d3db90a 100644 --- a/pages/union/list.vue +++ b/pages/union/list.vue @@ -142,6 +142,11 @@ if (uni.getStorageSync('Theme_Data')) { this.ThemeData = JSON.parse(uni.getStorageSync('Theme_Data')) } + if (options.guild_id) { + //如果有传入公会id 把工会ID放到搜索框去 + this.searchValue = options.guild_id + this.getUnionList(options.guild_id) + } }, methods: { // 获取用户信息 拿实名信息