diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 458461c67..35a87f7e0 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2657,10 +2657,9 @@ } } else if (productCode == 'GFRS_M0083') { - if(defalutValue < 5) { + if(!this.policyNo && defalutValue < 5) { this.$toast('单独投保,保费为大于等于50000元') } - } else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') { if (Number(defalutValue) < Number(min)) {