@ -181,7 +181,8 @@ export default {
repassword: "",
country_id: "", // 区号id
phone: "",
parentCode: ""
parentCode: "",
gc_code: ""
},
isAgree: false,
@ -320,7 +321,8 @@ export default {
case 1:
Member.sendEmailCode({
email: this.user.email,
gc_code: this.user.gc_code,
gc_key: this.gc_key,
token
})
.then(data => {