|
|
@@ -239,9 +239,10 @@
|
|
|
if (this.mobileSecondChecked && this.secondCodeChecked && this.changeReasonChecked && this.contactTelChecked) {
|
|
|
this.isShowLoading = true
|
|
|
let param = new FormData()
|
|
|
+ console.log(this.firstStepToken.token)
|
|
|
param.append('mobile', this.valid2.mobile)
|
|
|
param.append('code', this.valid2.code)
|
|
|
- param.append('token', this.firstStepToken)
|
|
|
+ param.append('token', this.firstStepToken.token)
|
|
|
param.append('codeToken', this.secondToken)
|
|
|
param.append('changeReason', this.valid2.changeReason)
|
|
|
param.append('contactTel', this.valid2.contactTel)
|
|
|
@@ -259,8 +260,8 @@
|
|
|
}).catch(err => {
|
|
|
this.$message.error(err.errMsg)
|
|
|
this.isShowLoading = false
|
|
|
- this.secondStepCodeErrorChecked = true
|
|
|
- this.secondCodeChecked = false
|
|
|
+ // this.secondStepCodeErrorChecked = true
|
|
|
+ // this.secondCodeChecked = false
|
|
|
this.second_step_time = 0
|
|
|
})
|
|
|
}
|