mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 16:42:53 +08:00
Merge branch 'feature/GFRS-860【0514】更换人脸识别厂商-微信端' into dev
This commit is contained in:
@@ -1217,10 +1217,10 @@ export default {
|
|||||||
console.log('getRecognitionResult', res)
|
console.log('getRecognitionResult', res)
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
this.recognizeResult = res.result
|
this.recognizeResult = res.result
|
||||||
this.sendimage(this.recognizeResult)
|
|
||||||
} else {
|
} else {
|
||||||
this.$toast(res.resultMessage || '人脸识别认证失败')
|
this.$toast(res.resultMessage || '人脸识别认证失败')
|
||||||
}
|
}
|
||||||
|
this.sendimage(this.recognizeResult)
|
||||||
},
|
},
|
||||||
error => {
|
error => {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
|
|||||||
Reference in New Issue
Block a user