From 2cee1a651e157a024b8ba5cd73055fdf0201bfdf Mon Sep 17 00:00:00 2001
From: "li.yuetong"
Date: Wed, 21 Sep 2022 09:47:57 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=AA=E9=99=A9-=E5=9B=BD=E5=AF=8C?=
=?UTF-8?q?=E4=BA=BA=E5=AF=BF=E5=AF=8C=E8=B4=B5=E5=B9=B4=E5=B9=B4=E7=BB=88?=
=?UTF-8?q?=E8=BA=AB=E5=AF=BF=E9=99=A9=E3=80=91=E5=BB=BA=E8=AE=AE=E4=B9=A6?=
=?UTF-8?q?=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E7=94=B5?=
=?UTF-8?q?=E6=8A=95=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8=E9=80=89=E6=8B=A9?=
=?UTF-8?q?=E4=BA=A7=E5=93=81=E6=97=B6=E4=BC=9A=E8=A7=A6=E5=8F=91=E7=9A=84?=
=?UTF-8?q?=E6=A0=A1=E9=AA=8C=E8=A7=84=E5=88=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/ebiz/common/risk-rules.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/ebiz/common/risk-rules.js b/src/views/ebiz/common/risk-rules.js
index 2c3af558a..f8d426e68 100644
--- a/src/views/ebiz/common/risk-rules.js
+++ b/src/views/ebiz/common/risk-rules.js
@@ -51,7 +51,7 @@ export default {
if(riskProductCode == 'GFRS_M0061'){
age = utilsAge.getAge29(this.getSaleInsuredPersonInfo().birthday, new Date())
}else{
- age = this.getSaleInsuredPersonInfo().age
+ age = utilsAge.getAgeByValue(this.getSaleInsuredPersonInfo().birthday, new Date())
}
tips = '被保险人年龄不适合此款险种,请选择其他险种!'
}