mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 16:06:44 +08:00
[FIX]【更换人脸识别厂商微信端】打log调试
This commit is contained in:
@@ -1194,7 +1194,15 @@ export default {
|
|||||||
|
|
||||||
getRecognitionUrl() {
|
getRecognitionUrl() {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
this.idcardData.redirectUrl = `${window.location.href}&faceAuthCountAppnt=${this.faceAuthCount.appnt}&faceAuthCountInsured=${this.faceAuthCount.insured}&faceAuthCountWeixin=${this.faceAuthCount.weixin}`
|
this.idcardData.redirectUrl =
|
||||||
|
window.location.href +
|
||||||
|
'&faceAuthCountAppnt=' +
|
||||||
|
this.faceAuthCount.appnt +
|
||||||
|
'&faceAuthCountInsured=' +
|
||||||
|
this.faceAuthCount.insured +
|
||||||
|
'&faceAuthCountWeixin=' +
|
||||||
|
this.faceAuthCount.weixin
|
||||||
|
localStorage.setItem('9999111', JSON.stringify(this.faceAuthCount.weixin)) //调试专用
|
||||||
let data = { realName: this.idcardData.realName, idno: this.idcardData.idno, redirectUrl: this.idcardData.redirectUrl }
|
let data = { realName: this.idcardData.realName, idno: this.idcardData.idno, redirectUrl: this.idcardData.redirectUrl }
|
||||||
console.log('获取URL请求参数', data)
|
console.log('获取URL请求参数', data)
|
||||||
getRecognitionUrl(data).then(
|
getRecognitionUrl(data).then(
|
||||||
|
|||||||
Reference in New Issue
Block a user