diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index b3a9da7bc..429b1ea81 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2711,9 +2711,9 @@ } else { if(defalutValue < 0.01){ currentEle['minPrem'] = 0.01 + this.$toast('保费最小100元') } } - this.getTrial() } else if (this.isTrial === '0' && this.chooseProducts[productIndex].isMainRisk == '0') { if (Number(defalutValue) < Number(min)) {