mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 05:46:44 +08:00
Revert "【世纪无忧重疾交费至60/70周岁时,不可附加两全险】金掌柜百万医疗计划一和计划二都是显示同样的保费"
This reverts commit fef4b61d
This commit is contained in:
@@ -984,7 +984,7 @@ export default {
|
||||
let riskFactor,riskFactorIndex
|
||||
let productIndex = 0 //写死主险
|
||||
this.chooseProducts[0].calFactorLst.forEach((item,index) => {
|
||||
if(item.code == 'inputAmt' || item.code == 'amt'){
|
||||
if(item.code == 'inputAmt'){
|
||||
riskFactor = item
|
||||
riskFactorIndex = index
|
||||
}
|
||||
@@ -1045,7 +1045,7 @@ export default {
|
||||
}
|
||||
let riskFactor,riskFactorIndex
|
||||
this.chooseProducts[0].calFactorLst.forEach((item,index) => {
|
||||
if(item.code == 'inputAmt' || item.code == 'amt'){
|
||||
if(item.code == 'inputAmt'){
|
||||
riskFactor = item
|
||||
riskFactorIndex = index
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user