mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 08:46:45 +08:00
Merge branch 'feature/GFRS-502_【0206】国富人寿富娃娃两全保险(万能型)' into dev
This commit is contained in:
@@ -399,6 +399,8 @@ export default {
|
||||
if (this.saleInsuredInfo.idType != '1' || this.saleInsuredInfo.age < '18') {
|
||||
that.goUrl()
|
||||
} else {
|
||||
alert('SignatureConfirmation: productCode:', localStorage.productCode)
|
||||
alert('SignatureConfirmation: appntSign:', JSON.parse(that.appntSign))
|
||||
// 原人脸识别
|
||||
EWebBridge.webCallAppInJs('face_auth', {
|
||||
number: that.saleInsuredInfo.idNo, //身份证号码
|
||||
@@ -438,8 +440,6 @@ export default {
|
||||
if (that.changeCard) {
|
||||
path = 'insuranceInformation'
|
||||
} else {
|
||||
alert('SignatureConfirmation: productCode:' + localStorage.productCode)
|
||||
alert('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