From 18851a2070e23107bbaf2d2a54dc969a066082b5 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Tue, 4 Aug 2026 14:56:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BD=9C=E5=9C=A8=E6=9C=8D=E5=8A=A1=E5=95=86?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=B7=BB=E5=8A=A0=E4=BC=81=E5=BE=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E6=B7=BB=E5=8A=A0=E5=85=A5=E5=8F=82=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/addWechat.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/index/addWechat.vue b/src/views/index/addWechat.vue index 10bed558..d9928bd2 100644 --- a/src/views/index/addWechat.vue +++ b/src/views/index/addWechat.vue @@ -72,13 +72,13 @@ async nextStep() { if (!this.clickFlag) return; if(!this.wechatId) { - let res = await getContactQrCodeResult({ configId: this.configId }); + let res = await getContactQrCodeResult({ configId: this.configId, name: this.name }); this.wechatId = res?.data?.wechatId; } - /* if (!this.wechatId) { + if (!this.wechatId) { Toast('请先添加企微再继续'); return; - }*/ + } try { this.clickFlag = false; const res = await saveSupplier({