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()