mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-17 10:26:44 +08:00
fix-修复附加险试算问题
This commit is contained in:
@@ -1892,7 +1892,7 @@ export default {
|
|||||||
})
|
})
|
||||||
this.chooseProducts[0].productTrialYearDTOS.forEach((item, index) => {
|
this.chooseProducts[0].productTrialYearDTOS.forEach((item, index) => {
|
||||||
//因交费方式为一次性交清时,不会有豁免险,所以这里不判断一次性交清的情况
|
//因交费方式为一次性交清时,不会有豁免险,所以这里不判断一次性交清的情况
|
||||||
if (payEndYearVal == item.yearWay + '年交') {
|
if (payEndYearVal == Number(item.yearWay) - 1 + '年交') {
|
||||||
v.amt = item.displayAmount * item.moneyUnit
|
v.amt = item.displayAmount * item.moneyUnit
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user