From 396410535cbfe219b5e912551ed52d86d25e5fd1 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Sun, 26 Nov 2023 23:46:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6=E4=BF=9D=E8=B4=B9?= =?UTF-8?q?=E8=AF=95=E7=AE=97=E9=A1=B5=E9=9D=A2=E9=91=AB=E7=AE=A1=E5=AE=B6?= =?UTF-8?q?B=E6=AC=BE=E7=BB=88=E8=BA=AB=E5=AF=BF=E9=99=A9=EF=BC=88?= =?UTF-8?q?=E4=B8=87=E8=83=BD=E5=9E=8B=EF=BC=89=E6=94=B9=E5=8A=A8=E4=BF=9D?= =?UTF-8?q?=E9=A2=9D=E4=B8=8D=E8=B0=83=E7=94=A8=E8=AF=95=E7=AE=97=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {