fix:更新法大大字段

This commit is contained in:
hanlin 2024-12-11 13:25:40 +08:00
parent 8de59876db
commit 0721aba8a6
9 changed files with 18 additions and 18 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.fdd.isVerify
this.isFddSuccess = res.data.isVerify
this.typeId = res.data.idType
return res.data.fdd.isVerify
return res.data.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.fdd.isVerify
this.isFddSuccess = res.data.isVerify
this.typeId = res.data.idType
return res.data.fdd.isVerify
return res.data.isVerify
} else {
this.$common.msgToast(res.msg)
}

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"usingComponents": {},
"component": true
"component": true,
"usingComponents": {}
}

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"component": true,
"usingComponents": {
"u-loading-icon": "/uview-ui/components/u-loading-icon/u-loading-icon",
"u-icon": "/uview-ui/components/u-icon/u-icon"
},
"component": true
}
}

View File

@ -1,4 +1,4 @@
{
"usingComponents": {},
"component": true
"component": true,
"usingComponents": {}
}

View File

@ -1,4 +1,4 @@
{
"usingComponents": {},
"component": true
"component": true,
"usingComponents": {}
}

View File

@ -1,4 +1,4 @@
{
"usingComponents": {},
"component": true
"component": true,
"usingComponents": {}
}

View File

@ -1,4 +1,4 @@
{
"usingComponents": {},
"component": true
"component": true,
"usingComponents": {}
}