From 8a053c5a807d622454d279b6eeb25b665899011c Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Mon, 8 Jun 2026 11:02:17 +0800 Subject: [PATCH] =?UTF-8?q?CRM=5F26-04-22#story#8495,=E6=BD=9C=E5=9C=A8?= =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86H5=E9=A1=B5=E9=9D=A2=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BF=A1=E6=81=AF=EF=BC=8C=E4=BF=A1=E6=81=AF=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=EF=BC=8C=E6=8F=90=E4=BA=A4=E8=A1=A5=E5=85=85=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8E=E9=80=80=E5=9B=9E=E7=90=86=E7=94=B1=E7=9A=84?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8E=E4=BF=AE=E5=A4=8D(=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=85=BC=E5=AE=B9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/addWechat.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/index/addWechat.vue b/src/views/index/addWechat.vue index 59f127c5..d66e03f6 100644 --- a/src/views/index/addWechat.vue +++ b/src/views/index/addWechat.vue @@ -68,7 +68,7 @@ async nextStep() { if (!this.clickFlag) return; let res = await getContactQrCodeResult({ configId: this.configId }); - this.wechatId = res?.data?.wechatId || 'test'; + this.wechatId = res?.data?.wechatId; if (!this.wechatId) { Toast('请先添加企微再继续'); return; @@ -87,6 +87,8 @@ localStorage.setItem('lastRoute', JSON.stringify(target)); this.goPage('supplierInfo', { id: res?.code }); }); + } else { + Toast('该服务商已存在'); } } else { localStorage.removeItem('supplierAddForm');