mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 16:02:52 +08:00
[FIX]富娃娃附加险自动续保按钮显示bug
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user