mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 02:16:44 +08:00
feat: 用户身份信息可以选择是否隐藏
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="calculate-premium-container pt10 pb100 redRadioCheckbox">
|
||||
<!--用户信息详情-->
|
||||
<insured-message-info :insuredInfo="saleInsuredPersonInfo" />
|
||||
<insured-message-info :insuredInfo="saleInsuredPersonInfo" v-if="showSaleInsuredPersionInfo"/>
|
||||
|
||||
<div v-for="(item, index) in chooseProducts" :key="index" class="ph10 bg-white">
|
||||
<div class="flex justify-content-s align-items-c border-bottom pv10">
|
||||
@@ -470,7 +470,7 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
components: {
|
||||
components:{
|
||||
AddtionRiskList,
|
||||
[Tag.name]: Tag,
|
||||
[Icon.name]: Icon,
|
||||
@@ -491,6 +491,10 @@ export default {
|
||||
productDTOS: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
},
|
||||
showSaleInsuredPersionInfo:{
|
||||
type: Boolean,
|
||||
default: true
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user