Commit 309bca7a authored by 郭志伟's avatar 郭志伟 Committed by 郝聪敏

feat: 详情数据补充

parent ee8e5daf
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Description: 华贵大麦2020定期寿险 * @Description: 华贵大麦2020定期寿险
* @Date: 2020-07-27 15:46:37 * @Date: 2020-07-27 15:46:37
* @LastEditors: gzw * @LastEditors: gzw
* @LastEditTime: 2020-08-11 16:26:37 * @LastEditTime: 2020-08-11 16:51:59
*/ */
import goodsBg from "@/assets/images/goods/detail/shouxian/bg.png"; import goodsBg from "@/assets/images/goods/detail/shouxian/bg.png";
...@@ -100,18 +100,18 @@ export default { ...@@ -100,18 +100,18 @@ export default {
{ label: "350万", value: "3500000" } { label: "350万", value: "3500000" }
], ],
termOptions: [ termOptions: [
{ label: "10年", value: "10" }, { label: "10年", value: "1" },
{ label: "20年", value: "20" }, { label: "20年", value: "2" },
{ label: "30年", value: "30" }, { label: "30年", value: "3" },
{ label: "保至60周岁", value: "至60" }, { label: "保至60周岁", value: "4" },
{ label: "保至65周岁", value: "至65" }, { label: "保至65周岁", value: "5" },
{ label: "保至70周岁", value: "至70" } { label: "保至70周岁", value: "6" }
], ],
benefitOptions: [ benefitOptions: [
{ label: "交5年", value: "5" }, { label: "交5年", value: "1" },
{ label: "交10年", value: "10" }, { label: "交10年", value: "2" },
{ label: "交20年", value: "20" }, { label: "交20年", value: "3" },
{ label: "交30年", value: "30" } { label: "交30年", value: "4" }
// { label: "一次付清", value: "5" } // { label: "一次付清", value: "5" }
], ],
popupArray: [ popupArray: [
......
...@@ -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-08-11 16:10:05 * @LastEditTime: 2020-08-11 16:39:54
*/ */
import goodsBg from "@/assets/images/goods/detail/yiliaoxian/bg.png"; import goodsBg from "@/assets/images/goods/detail/yiliaoxian/bg.png";
...@@ -63,7 +63,11 @@ export default { ...@@ -63,7 +63,11 @@ export default {
{ title: "", value: "", divider: true }, { title: "", value: "", divider: true },
{ title: "发生以下指定费用,赔付不超过对应限额", value: "", inline: true }, { title: "发生以下指定费用,赔付不超过对应限额", value: "", inline: true },
{ title: "指定检查费用保险金", value: "5000元" }, { title: "指定检查费用保险金", value: "5000元" },
{ title: "特定疾病保险金", value: "5000元" } { title: "特定疾病保险金", value: "5000元" },
{ title: "", value: "", divider: true },
{ title: "免费增值服务", value: "", inline: true },
{ title: "押金垫付", value: "住院费用垫付服务" },
{ title: "就医绿色通道", value: "全国1233家知名三甲医院" }
], ],
planTipOptions: ["不限社保", "报销自费药", "额外400万特定赔付"], planTipOptions: ["不限社保", "报销自费药", "额外400万特定赔付"],
insuredOptions: [ insuredOptions: [
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
:autoRenewPremium="data.autoRenewPremium" :autoRenewPremium="data.autoRenewPremium"
:policyNo="data.policyNo" :policyNo="data.policyNo"
></insurance-card> ></insurance-card>
<security-content :data="data" :detail="productInfo"></security-content> <security-content :data="data" :detail="SecurityDetail"></security-content>
<insurance-service></insurance-service> <insurance-service></insurance-service>
<customer-service></customer-service> <customer-service></customer-service>
<insurance-recommend class="Pdb-recommend" /> <insurance-recommend class="Pdb-recommend" />
......
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
.card-body(); .card-body();
} }
&-question { &-question {
margin-top: 24px; // margin-top: 24px;
.card-head(); .card-head();
} }
&-divider { &-divider {
......
<template> <template>
<div class="Pdb-service"> <div class="Pdb-service">
<div class="Pdb-service-head"> <!-- <div class="Pdb-service-head">
<span>增值服务</span> <span>增值服务</span>
<span>查看详情</span> <span>查看详情</span>
</div> </div>
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<span>住院押金垫付</span> <span>住院押金垫付</span>
<span></span> <span></span>
</div> </div>
</div> </div> -->
<div class="Pdb-service-question"> <div class="Pdb-service-question">
<span>常见问题</span> <span>常见问题</span>
<svg-icon icon-class="arrow" /> <svg-icon icon-class="arrow" />
......
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