mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 11:52:52 +08:00
[FIX]打Log调试
This commit is contained in:
@@ -401,6 +401,8 @@ export default {
|
||||
} else {
|
||||
alert('SignatureConfirmation: productCode:', localStorage.productCode)
|
||||
alert('SignatureConfirmation: appntSign:', JSON.parse(that.appntSign))
|
||||
console.log('SignatureConfirmation: productCode:', localStorage.productCode)
|
||||
console.log('SignatureConfirmation: appntSign:', JSON.parse(that.appntSign))
|
||||
// 原人脸识别
|
||||
EWebBridge.webCallAppInJs('face_auth', {
|
||||
number: that.saleInsuredInfo.idNo, //身份证号码
|
||||
@@ -440,6 +442,10 @@ export default {
|
||||
if (that.changeCard) {
|
||||
path = 'insuranceInformation'
|
||||
} else {
|
||||
alert('SignatureConfirmation: productCode:', localStorage.productCode)
|
||||
alert('SignatureConfirmation: appntSign:', JSON.parse(that.appntSign))
|
||||
console.log('SignatureConfirmation: productCode:', localStorage.productCode)
|
||||
console.log('SignatureConfirmation: appntSign:', JSON.parse(that.appntSign))
|
||||
if (localStorage.productCode == 'GFRS_M0003' || localStorage.productCode == 'GFRS_M0015') {
|
||||
if (that.appntSign[0].documentStatus == 0) {
|
||||
path = 'insuranceInformation'
|
||||
|
||||
Reference in New Issue
Block a user