From b2cac7eb1b32f3c0a80cd48ac3cafee9862c00a8 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 20 Nov 2023 18:02:13 +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 | 4 ++++ 1 file changed, 4 insertions(+) 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') {