diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 3fafbbf52..f77f89b12 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1107,7 +1107,7 @@ export default { let product = this.chooseProducts.find(item => { return item.productCode === 'GFRS_A0006' }) - if (product) { + if (product && this.richChildrenFlag) { product.calFactorLst[0].showContent = '月交' product.calFactorLst[2].showContent = '月交' product.calFactorLst[0].columns[0].text = '月交' @@ -1216,7 +1216,9 @@ export default { //试算成功,信息返显 if (resultData.result == 0) { - if (resultData.flag) { + console.dir(resultData) + if (resultData.flag === '1') { + console.log('sfdsadf') this.richChildrenFlag = true } this.trialList = resultData.trialList