From d0a2e90ea942ada4488fc71ba8aa54b3f6e700d8 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 20 Nov 2023 17:26:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E7=8B=AC=E6=8A=95=E4=BF=9D=EF=BC=8C?= =?UTF-8?q?=E4=BF=9D=E8=B4=B9=E4=B8=BA=E5=A4=A7=E4=BA=8E=E7=AD=89=E4=BA=8E?= =?UTF-8?q?50000=E5=85=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index aa625055d..3c3bdf5d5 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)) {