fix:更新法大大字段
This commit is contained in:
parent
8de59876db
commit
0721aba8a6
@ -630,9 +630,9 @@ export default {
|
|||||||
if (this.isPhoneLogin) {
|
if (this.isPhoneLogin) {
|
||||||
return this.$api.login.checkPhoneFdd().then((res) => {
|
return this.$api.login.checkPhoneFdd().then((res) => {
|
||||||
if (res.status === 0) {
|
if (res.status === 0) {
|
||||||
this.isFddSuccess = res.data.fdd.isVerify
|
this.isFddSuccess = res.data.isVerify
|
||||||
this.typeId = res.data.idType
|
this.typeId = res.data.idType
|
||||||
return res.data.fdd.isVerify
|
return res.data.isVerify
|
||||||
} else {
|
} else {
|
||||||
this.$common.msgToast(res.msg)
|
this.$common.msgToast(res.msg)
|
||||||
}
|
}
|
||||||
@ -640,9 +640,9 @@ export default {
|
|||||||
}
|
}
|
||||||
return this.$api.login.checkFdd().then((res) => {
|
return this.$api.login.checkFdd().then((res) => {
|
||||||
if (res.status === 0) {
|
if (res.status === 0) {
|
||||||
this.isFddSuccess = res.data.fdd.isVerify
|
this.isFddSuccess = res.data.isVerify
|
||||||
this.typeId = res.data.idType
|
this.typeId = res.data.idType
|
||||||
return res.data.fdd.isVerify
|
return res.data.isVerify
|
||||||
} else {
|
} else {
|
||||||
this.$common.msgToast(res.msg)
|
this.$common.msgToast(res.msg)
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"usingComponents": {},
|
"component": true,
|
||||||
"component": true
|
"usingComponents": {}
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"component": true,
|
||||||
"usingComponents": {
|
"usingComponents": {
|
||||||
"u-loading-icon": "/uview-ui/components/u-loading-icon/u-loading-icon",
|
"u-loading-icon": "/uview-ui/components/u-loading-icon/u-loading-icon",
|
||||||
"u-icon": "/uview-ui/components/u-icon/u-icon"
|
"u-icon": "/uview-ui/components/u-icon/u-icon"
|
||||||
},
|
}
|
||||||
"component": true
|
|
||||||
}
|
}
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"usingComponents": {},
|
"component": true,
|
||||||
"component": true
|
"usingComponents": {}
|
||||||
}
|
}
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"usingComponents": {},
|
"component": true,
|
||||||
"component": true
|
"usingComponents": {}
|
||||||
}
|
}
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"usingComponents": {},
|
"component": true,
|
||||||
"component": true
|
"usingComponents": {}
|
||||||
}
|
}
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"usingComponents": {},
|
"component": true,
|
||||||
"component": true
|
"usingComponents": {}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user