mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 15:32:52 +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)
|
||||
if (res.result == '0') {
|
||||
this.recognizeResult = res.result
|
||||
this.sendimage(this.recognizeResult)
|
||||
} else {
|
||||
this.$toast(res.resultMessage || '人脸识别认证失败')
|
||||
}
|
||||
this.sendimage(this.recognizeResult)
|
||||
},
|
||||
error => {
|
||||
console.log(error)
|
||||
|
||||
Reference in New Issue
Block a user