产品条款跳转下一页代码逻辑添加固定产品逻辑判断

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-06-21 13:26:09 +08:00
parent b5b08aa3d9
commit 5da3fc2634

View File

@@ -303,7 +303,7 @@ export default {
// }
// })
}else{
url = this.productCode == 'GFRS_M0003' || this.productCode == 'GFRS_M0015' || this.productCode == 'GFRS_M0017' ? 'productTip' : 'insuranceTip'
url = this.productCode == 'GFRS_M0003' || this.productCode == 'GFRS_M0015' || this.productCode == 'GFRS_M0017' || this.productCode == 'GFRS_M0072' || this.productCode == 'GFRS_M0073' ? 'productTip' : 'insuranceTip'
/*that.appntSign.map(item => {
if (item.documentCode == '8') {
url = 'apointValidDoc'
@@ -474,7 +474,7 @@ export default {
if (that.changeCard) {
url = 'SignatureConfirmation'
} else {
url = this.productCode == 'GFRS_M0003' || this.productCode == 'GFRS_M0015' || this.productCode == 'GFRS_M0017' ? 'productTip' : 'insuranceTip'
url = this.productCode == 'GFRS_M0003' || this.productCode == 'GFRS_M0015' || this.productCode == 'GFRS_M0017' || this.productCode == 'GFRS_M0072' || this.productCode == 'GFRS_M0073' ? 'productTip' : 'insuranceTip'
// 本人或投保人-需阅读短期健康险投保须知时 跳转shortPeriodProduct
that.appntSign.map(item => {
if (item.documentCode == '9') {