fix:更新fdd字段

This commit is contained in:
hanlin 2024-12-11 13:15:12 +08:00
parent b4dfe55e97
commit 8de59876db
3 changed files with 6 additions and 6 deletions

View File

@ -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