mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 02:46:45 +08:00
【网销】-- 如无附加险, 附加险icon隐藏 --李婕煜
This commit is contained in:
committed by
liyuetong
parent
971829e0ce
commit
ef4cd9e02c
@@ -182,7 +182,7 @@ export default {
|
||||
localStorage.isAutoPay = resultData.isAutoPay
|
||||
localStorage.isRenew = resultData.isRenew
|
||||
let calFactorLst = this.getFactorList(resultData)
|
||||
let hasAddtionRisk = resultData.productTrialInfoDTO.addtionRiskLst ? true : false
|
||||
let hasAddtionRisk = resultData.productTrialInfoDTO.addtionRiskLst.length ? true : false
|
||||
console.log('that.results.riskName', that.results.riskName)
|
||||
let currentProductInfo = {
|
||||
calFactorLst,
|
||||
|
||||
@@ -382,7 +382,7 @@ export default {
|
||||
|
||||
let calFactorLst = this.getFactorList(resultData)
|
||||
let productTrialYearDTOS = resultData.productTrialInfoDTO.productTrialYearDTOS != null ? resultData.productTrialInfoDTO.productTrialYearDTOS : null
|
||||
let hasAddtionRisk = resultData.productTrialInfoDTO.addtionRiskLst ? true : false
|
||||
let hasAddtionRisk = resultData.productTrialInfoDTO.addtionRiskLst.length ? true : false
|
||||
let currentProductInfo =
|
||||
localStorage.isTrial == '1'
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user