Commit 57f42404 authored by 郭志伟's avatar 郭志伟

众安调整完成

parent 8d4fe2aa
......@@ -4,7 +4,7 @@
* @Description: 泰康600万医疗保障
* @Date: 2020-07-27 15:46:37
* @LastEditors: gzw
* @LastEditTime: 2020-07-28 14:57:18
* @LastEditTime: 2020-08-03 11:10:09
*/
import goodsBg from "@/assets/images/goods/detail/yiliaoxian/bg.png";
......@@ -18,15 +18,15 @@ export default {
bgSrc: goodsBg,
type: "taikang",
company: "泰康在线",
title: "600万医疗保障",
sub: "优势介绍|优势介绍|优势介绍|优势介绍",
price: "首月<strong>1</strong>元<small>次月5.6元/月起</small>",
title: "1000万医疗保障",
sub: "责任内100%报销住院医疗费",
price: "首月<strong>1</strong>元<small>次月3.6元/月起</small>",
insuredNum: 0,
stamp: true
},
introImg: [intro01, intro02, intro03, intro04],
companyInfo: [
{ content: "承保公司:华泰财产保险有限公司", offset: false },
{ content: "承保公司:泰康财产保险有限公司", offset: false },
{ content: "经营范围:短期健康保险和意外伤害保险", offset: false },
{ content: "备案名称:华泰财险重大疾病保险条款", offset: false },
{ content: "备案编号:C00015431912018061501152;", offset: false }
......@@ -49,14 +49,20 @@ export default {
}
],
planCellInfo: [
{ title: "100种重大疾病医疗保险金(0免赔额)", value: "600万" },
{ title: "一般医疗保险金(1万免赔额)", value: "300万" },
{ title: "质子重离子医疗保险金(60%赔付)", value: "600万" },
{ title: "意外身故", value: "1万" },
{ title: "意外伤残", value: "1万" },
{ title: "意外住院津贴", value: "100元/天" }
],
planTipOptions: ["垫付医药费", "责任内100%报销", "不限社保"],
{ title: "以下4项保险金,汇总后的年度累计赔付限额600万元", value: "", inline: true },
{ title: "重大疾病医疗保险金", value: "600万" },
{ title: "一般医疗保险金", value: "300万" },
{ title: "质子重离子医疗保险金", value: "600万" },
{ title: "恶性肿瘤院外特定药品费用保险金", value: "600万" },
{ title: "", value: "", divider: true },
{ title: "发生以下治疗费用,获额外400万年度累计限额的赔付", value: "", inline: true },
{ title: "恶性肿瘤特定治疗保险金/康复医疗保险金", value: "400万" },
{ title: "", value: "", divider: true },
{ title: "发生以下指定费用,赔付不超过对应限额", value: "", inline: true },
{ title: "指定检查费用保险金", value: "5000元" },
{ title: "特定疾病保险金", value: "5000元" }
],
planTipOptions: ["不限社保", "报销自费药", "额外400万特定赔付"],
insuredOptions: [
{ label: "本人", value: "1" },
{ label: "配偶", value: "2" },
......@@ -80,14 +86,14 @@ export default {
{ title: "次月保费", value: "5.6元/月起(共11期)" }
],
noticeCellInfo: [
{ title: "投保年龄", value: `30~50周岁` },
{ title: "投保年龄", value: `30~65周岁` },
{ title: "保障期限", value: "1年(可续保至99周岁)" },
{ title: "等待期", value: "90天" },
{ title: "等待期", value: "30天" },
{
title: "保费",
value: {
needSlot: true,
tpl: "保费与保额、被保人年龄有关<br />首月3元,次月5.6元/月起",
tpl: "保费于被保人年龄、有无社保有关<br />首月1元,次月3.6元/月起",
longTxt: true
}
}
......
This diff is collapsed.
......@@ -138,7 +138,7 @@ export default {
@{deep} .cr-cell__title {
color: @gray-4 !important;
font-size: @font-size-12 !important;
margin-bottom: 10px;
// margin-bottom: 10px;
}
}
}
......
......@@ -18,6 +18,7 @@
<protocol-read
v-model="formData.pact"
:cell-data="noticeCellData"
:protocol-data="protocolData"
@cell-click="openIframePupop"
/>
</div>
......
......@@ -13,7 +13,7 @@
<div class="cps-demo-list">
<div class="cps-demo-list-item" v-for="(item, index) in props.caseData.list" :key="index">
<div class="cps-demo-list-item-title">{{ item.title }}</div>
<div class="cps-demo-list-item-content">{{ item.event }}</div>
<div class="cps-demo-list-item-content" v-html="item.event"></div>
</div>
</div>
</div>
......
......@@ -4,7 +4,10 @@
<p
v-for="(item, index) in props.companyInfo"
:key="index"
:class="{ 'det-footer-offset': item.offset }"
:class="{
'det-footer-offset': item.offset,
'det-footer-indent': !item.offset
}"
>
{{ item.content }}
</p>
......@@ -38,6 +41,10 @@ export default {
&-offset {
padding-left: 60px;
}
&-indent {
padding-left: 60px;
text-indent: -60px;
}
&-logo {
text-align: center;
margin-bottom: 19px;
......
......@@ -152,6 +152,9 @@ export default {
overflow: initial;
align-items: baseline !important;
margin-bottom: 0 !important;
.radio-btn {
margin-bottom: 0;
}
@{deep} .cr-cell {
&__title {
width: 31%;
......
......@@ -12,13 +12,14 @@
</template>
</cr-field>
<div class="insure-form-pact-link">
<a href="javascript:;" @click="openIframe(0)">保险条款</a>
<i></i>
<a href="javascript:;" @click="openIframe(1)">健康告知</a>
<i></i>
<a href="javascript:;" @click="openIframe(2)">投保须知与声明</a>
<i></i>
<a href="javascript:;" @click="openIframe(3)">服务协议</a>
<a
href="javascript:;"
@click="openIframe(item.id)"
v-for="(item, index) in protocolData"
:key="index"
>
{{ item.title }}
</a>
</div>
</div>
</template>
......@@ -49,6 +50,17 @@ export default {
return ["查看完整费率表"];
}
},
protocolData: {
type: Array,
default() {
return [
{ title: "保险条款", id: 0 },
{ title: "健康告知", id: 1 },
{ title: "投保须知与声明", id: 2 },
{ title: "服务协议", id: 3 }
];
}
},
value: null,
cellData: {
type: Array,
......@@ -109,12 +121,18 @@ export default {
align-items: center;
a {
font-size: @font-size-11;
}
i {
&::after {
display: inline-block;
content: " ";
width: 0;
height: 12px;
border-right: 1px @blue solid;
margin: 0 3px;
margin: 0 3px 0 1px;
vertical-align: -2px;
}
&:last-child::after {
display: none;
}
}
}
}
......
......@@ -82,7 +82,7 @@
color: @black;
}
.pay&-protocol {
.pay-protocol {
margin-bottom: 8px;
&-tip {
font-size: @font-size-12;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment