From 89dfb7a954df54773656319a05a8b23acabe3989 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Fri, 14 Aug 2026 16:13:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BD=9C=E5=9C=A8=E6=9C=8D=E5=8A=A1=E5=95=86--?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=89=8B=E6=9C=BA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/addWechat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index/addWechat.vue b/src/views/index/addWechat.vue index d9928bd2..aecfa821 100644 --- a/src/views/index/addWechat.vue +++ b/src/views/index/addWechat.vue @@ -72,7 +72,7 @@ async nextStep() { if (!this.clickFlag) return; if(!this.wechatId) { - let res = await getContactQrCodeResult({ configId: this.configId, name: this.name }); + let res = await getContactQrCodeResult({ configId: this.configId, name: this.name, phone: this.formPayload.linkPhone }); this.wechatId = res?.data?.wechatId; } if (!this.wechatId) {