diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 8d331f70a..458461c67 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2656,6 +2656,12 @@ } } } + else if (productCode == 'GFRS_M0083') { + if(defalutValue < 5) { + this.$toast('单独投保,保费为大于等于50000元') + } + + } else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') { if (Number(defalutValue) < Number(min)) { if (riskFactor.yearWay == "一次性交清") {