diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 3c3bdf5d5..ed9c2e362 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2659,6 +2659,10 @@ else if (productCode == 'GFRS_M0083') { if(!this.policyNo && defalutValue < 5) { this.$toast('单独投保,保费为大于等于50000元') + currentEle['minPrem'] = 5 + } else if(this.policyNo) { + this.$toast('与其他主险关联投保时保费要求:保费大于等于100元') + currentEle['minPrem'] = 0.01 } } else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') {