From f8d84e73c760d014605db6ecb9691a6b60b7cdc4 Mon Sep 17 00:00:00 2001 From: huangzhe <3451701311@qq.com> Date: Thu, 11 Sep 2025 15:35:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=88=86=E7=BA=A2?= =?UTF-8?q?=E5=9E=8B=E4=B9=8B=E5=90=8E=E6=98=BE=E7=A4=BA=E9=A3=8E=E9=99=A9?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/proposal/ProposalInfo.vue | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 4e95292fe..976311bd3 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -295,7 +295,20 @@ - + +
+
+
风险提示
+
+
+ 本产品为分红保险,您可以保单红利的形式享有本产品的盈余分配权,但未来的保单红利为非保证利益,其红利分配是不确定的,在某些年度红利可能为零。 +
+
+
+ +
+
+
温馨提示
@@ -515,6 +528,13 @@ export default { }) }, created() {}, + computed: { + showDangerInfo : ()=>{ + return this.pageShowInfo.showInsuredDTO.riskDTOLst.some(e =>{ + e.riskName.include("分红型") + }) + } + }, beforeRouteLeave(to, from, next) { document.body.style.backgroundColor = '' next()