diff --git a/src/views/signUp/index.vue b/src/views/signUp/index.vue
index 2554360..bc08f25 100644
--- a/src/views/signUp/index.vue
+++ b/src/views/signUp/index.vue
@@ -36,6 +36,18 @@
+
+ (${$t('login.optional')})
+ -->
@@ -306,17 +318,17 @@ export default {
);
return;
}
- if (this.user.parentCode=="") {
- // 没有填写推荐人/邀请码
- this.$message(
- {
- type: "warning",
- message: this.$t("login.c7") + "!"
- },
- 1000
- );
- return;
- }
+ // if (this.user.parentCode=="") {
+ // // 没有填写推荐人/邀请码
+ // this.$message(
+ // {
+ // type: "warning",
+ // message: this.$t("login.c7") + "!"
+ // },
+ // 1000
+ // );
+ // return;
+ // }
if(this.withdrawal_psw==""){
this.$message(
{
@@ -356,6 +368,8 @@ export default {
// console.log(token);
Member.sendEmailCode({
email: this.user.email,
+ phone: this.user.phone,
+ country_code: this.country.country_code,
gc_code: this.user.gc_code,
gc_key: this.gc_key,
token
@@ -562,6 +576,8 @@ export default {
case 1:
data.type = `2`;
data.account = this.user.email;
+ data.phone = this.user.phone;
+ data.country_code = this.country.country_code;
break;
default: