|
|
@ -63,12 +63,12 @@ |
|
|
<input :type="repwdType" id="repassword" v-model="user.repassword" required :placeholder="$t('login.confirm-password')" class="form-control" /> |
|
|
<input :type="repwdType" id="repassword" v-model="user.repassword" required :placeholder="$t('login.confirm-password')" class="form-control" /> |
|
|
<label @click="showType('repwdType')"></label> |
|
|
<label @click="showType('repwdType')"></label> |
|
|
</div> |
|
|
</div> |
|
|
<div style="margin-top: 30px;">{{$t('common.c13')}}</div> |
|
|
<!-- 使用data-type指定额外的类型验证 --> |
|
|
|
|
|
<!-- <div style="margin-top: 30px;">{{$t('common.c13')}}</div> |
|
|
<div class="form-group row password"> |
|
|
<div class="form-group row password"> |
|
|
<!-- 使用data-type指定额外的类型验证 --> |
|
|
|
|
|
<input :type="repwdType" id="withdrawal_psw" v-model="user.withdrawal_psw" required :placeholder="$t('common.c14')" class="form-control" title="" /> |
|
|
<input :type="repwdType" id="withdrawal_psw" v-model="user.withdrawal_psw" required :placeholder="$t('common.c14')" class="form-control" title="" /> |
|
|
<label @click="showType('repwdType')"></label> |
|
|
<label @click="showType('repwdType')"></label> |
|
|
</div> |
|
|
</div> --> |
|
|
|
|
|
|
|
|
<div style="margin-top: 30px;">{{$t('homeNewText.ee6')}}</div> |
|
|
<div style="margin-top: 30px;">{{$t('homeNewText.ee6')}}</div> |
|
|
<div class="form-group row password" style="justify-content: space-between;"> |
|
|
<div class="form-group row password" style="justify-content: space-between;"> |
|
|
@ -206,7 +206,7 @@ export default { |
|
|
phone: "", |
|
|
phone: "", |
|
|
parentCode: "", |
|
|
parentCode: "", |
|
|
gc_code: "", |
|
|
gc_code: "", |
|
|
withdrawal_psw:"" |
|
|
// withdrawal_psw:"" |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
isAgree: false, |
|
|
isAgree: false, |
|
|
@ -316,16 +316,16 @@ export default { |
|
|
); |
|
|
); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
if(this.withdrawal_psw==""){ |
|
|
// if(this.withdrawal_psw==""){ |
|
|
this.$message( |
|
|
// this.$message( |
|
|
{ |
|
|
// { |
|
|
type: "warning", |
|
|
// type: "warning", |
|
|
message: this.$t("common.c14") + "!" |
|
|
// message: this.$t("common.c14") + "!" |
|
|
}, |
|
|
// }, |
|
|
1000 |
|
|
// 1000 |
|
|
); |
|
|
// ); |
|
|
return; |
|
|
// return; |
|
|
} |
|
|
// } |
|
|
// 滑块安全性验证 |
|
|
// 滑块安全性验证 |
|
|
// if (this.user.parentCode) { |
|
|
// if (this.user.parentCode) { |
|
|
// // this.chkRefer(this.user.parentCode, () => { |
|
|
// // this.chkRefer(this.user.parentCode, () => { |
|
|
@ -545,7 +545,7 @@ export default { |
|
|
password_confirmation: this.user.password, |
|
|
password_confirmation: this.user.password, |
|
|
code: this.codes.join(""), |
|
|
code: this.codes.join(""), |
|
|
invite_code: this.user.parentCode, |
|
|
invite_code: this.user.parentCode, |
|
|
withdrawal_psw:this.user.withdrawal_psw |
|
|
// withdrawal_psw:this.user.withdrawal_psw |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
// 分离参数 |
|
|
// 分离参数 |
|
|
|