潜在服务商--添加手机号
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
async nextStep() {
|
async nextStep() {
|
||||||
if (!this.clickFlag) return;
|
if (!this.clickFlag) return;
|
||||||
if(!this.wechatId) {
|
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;
|
this.wechatId = res?.data?.wechatId;
|
||||||
}
|
}
|
||||||
if (!this.wechatId) {
|
if (!this.wechatId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user