diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue
index ccb980087..6cccf096b 100644
--- a/src/views/ebiz/proposal/ProposalInfo.vue
+++ b/src/views/ebiz/proposal/ProposalInfo.vue
@@ -167,7 +167,6 @@
-
温馨提示
@@ -348,7 +393,9 @@ export default {
dutyShowType: '00',
isFixed: false, // 粘性布局状态
productCheckStatus: true, //产品收展状态
- riskCheckStatus: true //责任收展状态
+ riskCheckStatus: true, //责任收展状态
+ hesitateCheckStatus:true, // 犹豫期退保
+ dutyCheckStatus:true, // 责任免除
},
// 页面显示详细数据
pageShowInfo: {
@@ -522,6 +569,12 @@ export default {
testRiskCheck() {
this.pageShowType.riskCheckStatus = !this.pageShowType.riskCheckStatus
},
+ hesitateCheck(){
+ this.pageShowType.hesitateCheckStatus = !this.pageShowType.hesitateCheckStatus
+ },
+ dutyCheck(){
+ this.pageShowType.dutyCheckStatus = !this.pageShowType.dutyCheckStatus
+ },
checkShowDutyType(type) {
this.pageShowType.dutyShowType = type
},
@@ -1117,6 +1170,10 @@ export default {
height: 60px;
overflow: hidden;
}
+ .hideInfo_hesitate{
+ height: 60px;
+ overflow: hidden;
+ }
.insured_item {
position: absolute;
z-index: 98;
@@ -1518,6 +1575,9 @@ export default {
line-height: 20px;
margin: 5px 0px;
}
+.div_height{
+ line-height: 24px;
+}
.van-button::before {
position: absolute;
top: 50%;