|
|
|
@ -278,7 +278,7 @@ export default { |
|
|
|
type:"warning", |
|
|
|
message:"input gc code pls.", |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
// 其他补充的验证 |
|
|
|
if (!this.isAgree) { |
|
|
|
// 没有同意条款 |
|
|
|
@ -291,17 +291,17 @@ export default { |
|
|
|
); |
|
|
|
return; |
|
|
|
} |
|
|
|
if (this.user.parentCode=="") { |
|
|
|
// 没有填写推荐人 |
|
|
|
this.$message( |
|
|
|
{ |
|
|
|
type: "warning", |
|
|
|
message: this.$t("login.referrer1") + "!" |
|
|
|
}, |
|
|
|
1000 |
|
|
|
); |
|
|
|
return; |
|
|
|
} |
|
|
|
// if (this.user.parentCode=="") { |
|
|
|
// // 没有填写推荐人 |
|
|
|
// this.$message( |
|
|
|
// { |
|
|
|
// type: "warning", |
|
|
|
// message: this.$t("login.referrer1") + "!" |
|
|
|
// }, |
|
|
|
// 1000 |
|
|
|
// ); |
|
|
|
// return; |
|
|
|
// } |
|
|
|
|
|
|
|
// 滑块安全性验证 |
|
|
|
// if (this.user.parentCode) { |
|
|
|
|