From 2ab7cbbf1449ee3809def0760efad78ff4f72fff Mon Sep 17 00:00:00 2001 From: yuepenglong <1547476325@qq.com> Date: Thu, 10 Apr 2025 09:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/votingElection/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/votingElection/index.vue b/src/pages/votingElection/index.vue index 11ab980..eaae296 100644 --- a/src/pages/votingElection/index.vue +++ b/src/pages/votingElection/index.vue @@ -131,7 +131,7 @@ onLoad((options: any) => { let params = { mobile: userStore.mobile, openid: userStore.openId, - meeting: options.scene + meetId: options.scene } getMember_mobile(params) }