fix:更新fdd字段
This commit is contained in:
parent
b4dfe55e97
commit
8de59876db
@ -630,9 +630,9 @@ export default {
|
||||
if (this.isPhoneLogin) {
|
||||
return this.$api.login.checkPhoneFdd().then((res) => {
|
||||
if (res.status === 0) {
|
||||
this.isFddSuccess = res.data.isVerify
|
||||
this.isFddSuccess = res.data.fdd.isVerify
|
||||
this.typeId = res.data.idType
|
||||
return res.data.isVerify
|
||||
return res.data.fdd.isVerify
|
||||
} else {
|
||||
this.$common.msgToast(res.msg)
|
||||
}
|
||||
@ -640,9 +640,9 @@ export default {
|
||||
}
|
||||
return this.$api.login.checkFdd().then((res) => {
|
||||
if (res.status === 0) {
|
||||
this.isFddSuccess = res.data.isVerify
|
||||
this.isFddSuccess = res.data.fdd.isVerify
|
||||
this.typeId = res.data.idType
|
||||
return res.data.isVerify
|
||||
return res.data.fdd.isVerify
|
||||
} else {
|
||||
this.$common.msgToast(res.msg)
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user