潜在服务商--添加手机号

This commit is contained in:
zlf
2026-08-14 16:13:20 +08:00
parent 945b60403a
commit 89dfb7a954
+1 -1
View File
@@ -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) {