mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 23:56:43 +08:00
产品条款跳转下一页代码逻辑添加固定产品逻辑判断
This commit is contained in:
@@ -303,7 +303,7 @@ export default {
|
|||||||
// }
|
// }
|
||||||
// })
|
// })
|
||||||
}else{
|
}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 => {
|
/*that.appntSign.map(item => {
|
||||||
if (item.documentCode == '8') {
|
if (item.documentCode == '8') {
|
||||||
url = 'apointValidDoc'
|
url = 'apointValidDoc'
|
||||||
@@ -474,7 +474,7 @@ export default {
|
|||||||
if (that.changeCard) {
|
if (that.changeCard) {
|
||||||
url = 'SignatureConfirmation'
|
url = 'SignatureConfirmation'
|
||||||
} else {
|
} 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
|
// 本人或投保人-需阅读短期健康险投保须知时 跳转shortPeriodProduct
|
||||||
that.appntSign.map(item => {
|
that.appntSign.map(item => {
|
||||||
if (item.documentCode == '9') {
|
if (item.documentCode == '9') {
|
||||||
|
|||||||
Reference in New Issue
Block a user