去掉默认选择

This commit is contained in:
xuxingjun
2024-11-22 10:40:15 +08:00
parent 9a0a6b2e49
commit c9768f9558

View File

@@ -102,7 +102,6 @@
<div class="border-bottom" v-if="riskFactor.type == 3">
<div class="pv12 border-bd">{{ riskFactor.name }}</div>
<div class="duty">
<!-- <div class="zhe"></div> -->
<div class="flex justify-content-s border-bd pv10 align-items-c" v-for="(dutyItem, dutyItemIndex) in riskFactor.rules" :key="dutyItemIndex">
<span
v-if="
@@ -776,7 +775,6 @@ 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
@@ -2445,11 +2443,6 @@ export default {
}
})
// result.push({
// amt: "100000.00",
// dutyCode: "jhblxbase21",
// dutyName: "基本责任二方案1(身故保险金或全残保险金(保额))"
// })
trialInfo.duty = result
}
})
@@ -3442,25 +3435,4 @@ export default {
border: 1px solid red;
}
}
// .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;
// }
</style>