mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 10:56:44 +08:00
@@ -269,21 +269,21 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
//不在微信
|
//不在微信
|
||||||
localStorage.setItem('sign-val', val)
|
localStorage.setItem('sign-val', val)
|
||||||
if (val == 3) {
|
if ((val = 3)) {
|
||||||
if (that.list.applyerCertiType != '1') {
|
if (that.list.applyerCertiType != '1') {
|
||||||
this.showRead()
|
this.showRead()
|
||||||
} else {
|
} else {
|
||||||
// EWebBridge.webCallAppInJs('face_auth', {
|
EWebBridge.webCallAppInJs('face_auth', {
|
||||||
// //身份证号码
|
//身份证号码
|
||||||
// number: that.list.applyerCertiCode,
|
number: that.list.applyerCertiCode,
|
||||||
// //姓名
|
//姓名
|
||||||
// name: that.list.applyerName,
|
name: that.list.applyerName,
|
||||||
// businessSource: '3'
|
businessSource: '3'
|
||||||
// }).then(data => {
|
}).then(data => {
|
||||||
// if (JSON.parse(data).state == '1') {
|
if (JSON.parse(data).state == '1') {
|
||||||
this.showRead()
|
this.showRead()
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user