[FIX]富娃娃附加险自动续保按钮显示bug

This commit is contained in:
yuweiqi
2020-02-03 13:48:36 +08:00
parent 8104351dd3
commit 7bb491a486

View File

@@ -80,6 +80,8 @@ export default {
let resultData = await calculatePremium({ productCodes: [riskProductCode], platform: 'app', type: '1' })
if (resultData.result == 0) {
resultData = resultData.trialDTOS[0]
localStorage.isAutoPay = resultData.isAutoPay //自动垫交
localStorage.isRenew = resultData.isRenew //自动续保
/********start 附加险选择限制 start******/
//豁免险与其他附加险年龄险种
if (resultData.productTrialInfoDTO.isRemit == '0' && resultData.productTrialInfoDTO.remitType == '0') {