Commit 46217891 authored by 郭志伟's avatar 郭志伟

feat: 下线华泰和百年

parent 73842e4d
import good01 from "@/assets/images/goods/goods-01.png";
import good02 from "@/assets/images/goods/goods-02.png";
// import good02 from "@/assets/images/goods/goods-02.png";
import good03 from "@/assets/images/goods/goods-03.png";
import good04 from "@/assets/images/goods/goods-04.png";
import good05 from "@/assets/images/goods/goods-05.png";
// import good05 from "@/assets/images/goods/goods-05.png";
import medical_closed from "@/assets/images/user/medical_closed@2x.png";
import casualty_closed from "@/assets/images/user/casualty_closed@2x.png";
import illness_closed from "@/assets/images/user/illness_closed@2x.png";
// import illness_closed from "@/assets/images/user/illness_closed@2x.png";
import life_closed from "@/assets/images/user/life_closed@2x.png";
import medical from "@/assets/images/user/medical@2x.png";
import casualty from "@/assets/images/user/casualty@2x.png";
import illness from "@/assets/images/user/illness@2x.png";
// import illness from "@/assets/images/user/illness@2x.png";
import life from "@/assets/images/user/life@2x.png";
export default [
......@@ -40,33 +40,33 @@ export default [
paymentInstruction:
"因责任内“医疗和住院”所产生的费用,医疗险100%报销,赔多少钱,取决于您实际花费多少"
},
{
id: "HTDQZJX001",
itype: "cii",
scope: [1, 2, 3],
img: good02,
title: "万家保·重疾轻症险",
sub: "100种重疾+40种轻症确诊即赔",
glory: "",
price: "3",
unit: "首月",
allow: true,
shadowColor: "rgba(255, 216, 191, 0.8)",
termType: "short",
icon_closed: illness_closed,
icon: illness,
guarantee_title: "重疾保障",
guarantee_sub: "100种重疾+40种轻症确诊即赔",
company: "华泰财险",
company_name: "华泰财产保险有限公司",
payType: [
{ label: "月缴", value: 1 },
{ label: "一次交清", value: 2 }
],
policyPeriod: [],
paymentInstruction:
"“确诊”责任内的重大疾病,重疾险即100%赔付,赔多少钱,取决于您投保的保额是多少"
},
// {
// id: "HTDQZJX001",
// itype: "cii",
// scope: [1, 2, 3],
// img: good02,
// title: "万家保·重疾轻症险",
// sub: "100种重疾+40种轻症确诊即赔",
// glory: "",
// price: "3",
// unit: "首月",
// allow: true,
// shadowColor: "rgba(255, 216, 191, 0.8)",
// termType: "short",
// icon_closed: illness_closed,
// icon: illness,
// guarantee_title: "重疾保障",
// guarantee_sub: "100种重疾+40种轻症确诊即赔",
// company: "华泰财险",
// company_name: "华泰财产保险有限公司",
// payType: [
// { label: "月缴", value: 1 },
// { label: "一次交清", value: 2 }
// ],
// policyPeriod: [],
// paymentInstruction:
// "“确诊”责任内的重大疾病,重疾险即100%赔付,赔多少钱,取决于您投保的保额是多少"
// },
{
id: "ZAYWX001",
itype: "ai",
......@@ -91,34 +91,34 @@ export default [
paymentInstruction:
"因意外导致的身故,意外险100%赔付,伤残,按比例赔付,赔多少钱,取决于您投保的保额是多少"
},
{
id: "BNZJX001",
itype: "cii",
scope: [1, 3],
img: good05,
url: "",
title: "百年康惠保(2.0)重大疾病险",
sub: "终身保障155种重疾,最多赔付6次",
glory: "",
price: "256",
unit: "年起",
allow: true,
shadowColor: "rgba(255, 216, 191, 0.8)",
termType: "long",
icon_closed: illness_closed,
icon: illness,
guarantee_title: "重疾保障",
guarantee_sub: "终身保障155种重疾,最多赔付6次",
company: "百年人寿",
company_name: "",
payType: [{ label: "年缴", value: 1 }],
policyPeriod: [
{ label: "保至70周岁", value: 1 },
{ label: "保至终身", value: 2 }
],
paymentInstruction:
"“确诊”责任内的重大疾病,重疾险即100%赔付,赔多少钱,取决于您投保的保额是多少"
},
// {
// id: "BNZJX001",
// itype: "cii",
// scope: [1, 3],
// img: good05,
// url: "",
// title: "百年康惠保(2.0)重大疾病险",
// sub: "终身保障155种重疾,最多赔付6次",
// glory: "",
// price: "256",
// unit: "年起",
// allow: true,
// shadowColor: "rgba(255, 216, 191, 0.8)",
// termType: "long",
// icon_closed: illness_closed,
// icon: illness,
// guarantee_title: "重疾保障",
// guarantee_sub: "终身保障155种重疾,最多赔付6次",
// company: "百年人寿",
// company_name: "",
// payType: [{ label: "年缴", value: 1 }],
// policyPeriod: [
// { label: "保至70周岁", value: 1 },
// { label: "保至终身", value: 2 }
// ],
// paymentInstruction:
// "“确诊”责任内的重大疾病,重疾险即100%赔付,赔多少钱,取决于您投保的保额是多少"
// },
{
id: "HGSX001",
itype: "li",
......
......@@ -24,7 +24,7 @@ import AiTestTip from "./modules/AiTestTip";
import GoodList from "@/components/GoodList/index";
import Tabbar from "@/components/Tabbar";
import copyright from "@/components/Copyright";
import InstructionModal from "./Detail/modules/InstructionModal";
// import InstructionModal from "./Detail/modules/InstructionModal";
const categoryList = [
{
......@@ -55,8 +55,8 @@ export default {
AiTestTip,
GoodList,
Tabbar,
copyright,
InstructionModal
copyright
// InstructionModal
},
data() {
return {
......
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