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

众安调整完成

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