|
@@ -274,9 +274,6 @@
|
|
this.form.validateFields((err, values) => {
|
|
this.form.validateFields((err, values) => {
|
|
if (!err) {
|
|
if (!err) {
|
|
if (this.mode == 'login') {
|
|
if (this.mode == 'login') {
|
|
- console.log("这是登录");
|
|
|
|
-
|
|
|
|
- console.log(this.record.id);
|
|
|
|
let params = {};
|
|
let params = {};
|
|
params.advertiserId = this.record.id;
|
|
params.advertiserId = this.record.id;
|
|
params.accountName = this.accountName;
|
|
params.accountName = this.accountName;
|
|
@@ -289,7 +286,6 @@
|
|
this.accountName = '';
|
|
this.accountName = '';
|
|
this.password = '';
|
|
this.password = '';
|
|
this.loginType = '';
|
|
this.loginType = '';
|
|
-
|
|
|
|
} else {
|
|
} else {
|
|
alert("绑定失败");
|
|
alert("绑定失败");
|
|
}
|
|
}
|
|
@@ -317,8 +313,6 @@
|
|
}
|
|
}
|
|
});
|
|
});
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
)
|
|
)
|