diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index 2b67eaab1..cd5076e19 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -102,7 +102,7 @@
{{ riskFactor.name }}
@@ -777,6 +776,7 @@ export default {
} else {
this.chooseProducts = JSON.parse(localStorage.chooseProducts)
}
+ this.chooseProducts[0].calFactorLst[4].rules[1].necess = true
this.chooseProducts.forEach((item, index) => {
if (item.isCrossChannel == '1') {
this.isCrossChannel = item.isCrossChannel
@@ -2442,13 +2442,14 @@ export default {
dutyCode: dutyItem.duty,
dutyName: dutyItem.dutyName
})
+
}
})
- result.push({
- amt: "100000.00",
- dutyCode: "jhblxbase21",
- dutyName: "基本责任二方案1(身故保险金或全残保险金(保额))"
- })
+ // result.push({
+ // amt: "100000.00",
+ // dutyCode: "jhblxbase21",
+ // dutyName: "基本责任二方案1(身故保险金或全残保险金(保额))"
+ // })
trialInfo.duty = result
}
})
@@ -3442,24 +3443,24 @@ export default {
}
}
-.checked {
- color: #fff !important;
- background-color: #E9332E !important;
- border-color: #E9332E;
-}
-/deep/ .van-icon {
- border-color: #e9332e;
- color: #fff !important;
-}
-.duty {
- position: relative;
-}
-.zhe {
- width: 30px;
- height: 30px;
- position: absolute;
- top: 24.66667vw;
- right: -4px;
- z-index: 9;
-}
+// .checked {
+// color: #fff !important;
+// background-color: #E9332E !important;
+// border-color: #E9332E;
+// }
+// /deep/ .van-icon {
+// border-color: #e9332e;
+// color: #fff !important;
+// }
+// .duty {
+// position: relative;
+// }
+// .zhe {
+// width: 30px;
+// height: 30px;
+// position: absolute;
+// top: 24.66667vw;
+// right: -4px;
+// z-index: 9;
+// }