mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 17:56:43 +08:00
GFRS-718【0319】电投添加短信验证码验证身份 回执签收人脸识别添加短信验证身份 --提交人:阳华祥
This commit is contained in:
@@ -374,10 +374,12 @@ export default {
|
|||||||
loadingType: 'spinner',
|
loadingType: 'spinner',
|
||||||
message: '加载中……'
|
message: '加载中……'
|
||||||
})
|
})
|
||||||
|
this.$toast.clear()
|
||||||
if (JSON.parse(data).state == '1') {
|
if (JSON.parse(data).state == '1') {
|
||||||
this.toNextPage()
|
this.toNextPage()
|
||||||
} else {
|
} else {
|
||||||
that.faceAuthCount.appnt++
|
that.faceAuthCount.appnt++
|
||||||
|
this.$toast(JSON.parse(data).error)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user