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) {