mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 04:06:44 +08:00
fix: 修正投被人的信息
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
<template>
|
||||
<div class="calculate-premium-container pt10 pb100 redRadioCheckbox">
|
||||
<!--投保人信息详情-->
|
||||
<insured-message-info :msgInfo="saleInsuredInfo" v-if="persionMessageInfo" type="applicant" />
|
||||
<div class="flex align-items-c">
|
||||
<span style="border-radius:8px;height: 15px; width: 10px; background-color: red;"></span>
|
||||
<h4 class="ml5">保费试算</h4>
|
||||
</div>
|
||||
<!--被保人信息详情-->
|
||||
<insured-message-info :msgInfo="saleInsuredPersonInfo" v-if="persionMessageInfo" type="insured" />
|
||||
<insured-message-info :msgInfo="saleInsuredPersonInfo" v-if="persionMessageInfo" type="applicant" />
|
||||
<!--投保人信息详情-->
|
||||
<insured-message-info :msgInfo="saleInsuredInfo" v-if="persionMessageInfo" type="insured" />
|
||||
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user