0eca5a3e by simon

#56 #59 #60 #61 #62

1 parent 11cb5d98
......@@ -1252,7 +1252,7 @@ module.exports = {
t1: "Download Product Brochure",
t2: "Download Product Promotion Flyer",
},
submitBtn: "Contact Financial Consultant",
submitBtn: "Contact Customer Service",
productList: [{
title: "Potential long-term capital growth",
desc: "The Plan is a participating insurance plan. The potential long-term capital growth comes from guaranteed cash value, reversionary bonus and terminal bonus (if any)*.",
......
......@@ -438,7 +438,7 @@ module.exports = {
PaymentPeriod:"繳費期",
PaymentOptions:"繳費選項",
quotePerMonth:"每月保費",
tips:"保超過300萬以上,請聯系您的理財顧問索取報價",
tips:"保超過300萬以上,請聯系您的理財顧問索取報價",
years:"年",
Yearly:"每年",
......@@ -1265,7 +1265,7 @@ module.exports = {
t1: "下載產品簡介",
t2: "下載產品優惠宣傳單張"
},
submitBtn: "立即聯絡理財顧問",
submitBtn: "立即聯絡客戶服務",
productList: [{
title: "持續儲蓄增長 潛在長線資本增值",
desc: "「平安.傳家福」是一份分紅保險計劃,計劃的保單價值由保證現金價值,復歸紅利及終期紅利(如有) 三個部份組成提供潛在的長線資本增值機會*。",
......
......@@ -441,7 +441,7 @@ module.exports = {
PaymentPeriod:"缴费期",
PaymentOptions:"缴费选项",
quotePerMonth:"每月保费",
tips:"保超过300万以上,请联系您的理财顾问索取报价",
tips:"保超过300万以上,请联系您的理财顾问索取报价",
years:"年",
Yearly:"每年",
......@@ -1270,7 +1270,7 @@ module.exports = {
t1: "下载产品简介",
t2: "下载产品优惠宣传单张"
},
submitBtn: "立即联络理财顾问",
submitBtn: "立即联络客户服务",
productList: [{
title: "持续储蓄增长 潜在长线资本增值",
desc: "「平安.传家福」是一份分红保险计划,计划的保单价值由保证现金价值,复归红利及终期红利(如有) 三个部份组成提供潜在的长线资本增值机会*。",
......
......@@ -30,6 +30,7 @@ li:last-child {
.box {
position: relative;
overflow-x: hidden;
}
.top-space {
......
......@@ -9,14 +9,7 @@
font-size: $fontSize-M2;
}
.new-style .cell-group {
.w1 {
width: 240px;
}
.w2 {
width: 150px;
}
}
.hide {
max-height: 0;
......@@ -59,23 +52,43 @@
transition: all 0.5s;
}
.new-style .cell-group {
.w0{
width: 320px;
}
.w1 {
width: 240px;
}
.w2 {
width: 150px;
}
.w3{
width: 150px;
}
}
.cell-group {
margin-bottom: 12px;
text-align: center;
&:last-child {
margin-bottom: 0;
}
div {
color: #4c4948;
}
.w0{
width: 120px;
}
.w1 {
width: 120px;
// width: 240px;
text-align: center;
}
.w2 {
width: 75px;
// width: 150px;
text-align: center;
}
.w3 {
width: 90px;
}
.table-header {
// width: 770px;
......
......@@ -5,13 +5,13 @@
<div class="table-contaner">
<div class="table-header orange new">
<div class="normal-header">
<div class="td w1">{{$t('customService.insuranceQuery.InsurantNumber')}}</div>
<div class="td w0">{{$t('customService.insuranceQuery.InsurantNumber')}}</div>
<div v-if="type == 1" class="td w2">{{$t('customService.insuranceQuery.policyState')}}</div>
<div v-if="type == 1" class="td w2">{{$t('customService.insuranceQuery.activeDate')}}</div>
<div v-if="type == 1" class="td w3">{{$t('customService.insuranceQuery.activeDate')}}</div>
<div class="td w2">{{$t('customService.insuranceQuery.Insurant')}}</div>
<div class="td w1">{{$t('customService.insuranceQuery.InsurantName')}}</div>
<div class="td w2">{{$t('customService.insuranceQuery.InsurantAmount')}}</div>
<div class="td w2">{{$t('customService.insuranceQuery.effectiveDate')}}</div>
<div class="td w1">{{$t('customService.insuranceQuery.InsurantAmount')}}</div>
<div class="td w3">{{$t('customService.insuranceQuery.effectiveDate')}}</div>
<div class="td w2">{{$t('customService.insuranceQuery.period')}}</div>
</div>
</div>
......@@ -22,7 +22,7 @@
<div v-for="(item,index) in myPolicyList" :key="index">
<template v-if="index < maxShow">
<div class="data-line" @click="handlePolicySelect(item,index)">
<div class="td w1 pointer">
<div class="td w0 pointer">
<template v-if="multiSelectable">
<img v-if="item.activity" class="icon-check pointer" src="@/assets/images/insurance-query/check.png">
<img v-else class="icon-check pointer" src="@/assets/images/insurance-query/un-check.png">
......@@ -46,11 +46,11 @@
</div>
<div v-if="type == 1" class="td w2">{{formatInsuredState(item.policyState)}}</div>
<div v-if="type == 1" class="td w2">{{item.activeDate?item.activeDate.split(" ")[0]:""}}</div>
<div v-if="type == 1" class="td w3">{{item.activeDate?item.activeDate.split(" ")[0]:""}}</div>
<div class="td w2">{{lan == 'en' ? (item.insuredNameEn ? item.insuredNameEn : item.insuredNameCn) : (item.insuredNameCn ? item.insuredNameCn : item.insuredNameEn)}}</div>
<div class="td w1">{{formatPolicyName(item.productCode, item.productName)}}</div>
<div class="td w2">{{item.moneyCode}} {{formatMoney(item.amount,0)}}</div>
<div class="td w2">{{item.expireAt?item.expireAt.split(" ")[0]:""}}</div>
<div class="td w1">{{item.moneyCode}} {{formatMoney(item.amount,0)}}</div>
<div class="td w3">{{item.expireAt?item.expireAt.split(" ")[0]:""}}</div>
<!-- <div class="td w2">{{item.guaranteeAge?item.guaranteeAge.split(" ")[0]:""}}</div> -->
<div class="td w2">{{formatInsuredPeriod(item.insuredPeriodType,item.insuredPeriodValue)}}</div>
......
......@@ -7,6 +7,7 @@
.box {
position: relative;
overflow-x: hidden;
}
.top-space {
......
......@@ -9,40 +9,6 @@
</div>
</div>
<!--
<div v-if="$i18n.locale == 'zh'">
<div class="top-space"></div>
<h2 class="tit">公司简介</h2>
<div class="box desc">
&nbsp;&nbsp;&nbsp;&nbsp;中国平安人寿保险股份有限公司成立于2002年,是中国平安保险(集团)股份有限公司旗下的重要成员。截至2017年12月31日,平安人寿注册资本为338亿元,在全国拥有42家分公司(含7家电话销售中心)及超过3,300个营业网点,寿险代理人达138.6万名。公司个险、银保、电销、互联网多渠道齐头并进,实现协同发展,运营管理水平及客户体验领先市场,并依托集团“金融+科技”双驱动战略,在合规经营、防范风险的前提下,开启平台经营新时代,持续提升产品、科技两大核心竞争力,推动内含价值及规模持续、健康、稳定增长。
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;公司秉承“保险姓保”理念,聚焦“产品+”战略,延伸寿险产品边界。2017年对主力保障型产品“平安福”进行优化升级,提升保障额度;细分客群,开发具有癌症多次给付、长期残疾护理、高端终身寿险等保障功能的产品,构建多元化保障供给体系;依托集团资源推出就医360服务,为客户提供“诊断- 治疗- 康复”全流程解决方案和服务支持,并结合平安RUN健康行项目,打造“上游健康预防,中游经济补偿,下游医疗服务”的健康闭环,满足客户全方位的健康风险管理需求。
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;面对互联网和新科技带来的挑战与机遇,平安人寿运用领先科技,打造未来发展新引擎,升级创新业务模式。以“金管家”APP为核心的移动金融生活平台,连通线上、线下多场景客户经营。截至2017年12月31日,“金管家”APP为1.36亿注册用户提供保险保单、财富增值、丰富活动和健康管理等全方位的金融生活服务。在客户服务方面,平安人寿以科技创造极致客户体验。业内首创“智慧客服”, 依托集团海量客户数据和AI技术, 构建业务甄别、风险定位、在线自助、空中门店四大能力, 大幅提升保全、理赔、核保的服务时效。70%的理赔客户可以实现30分钟内赔付,96%的投保可以实时承保。推出两个月后,”智慧客服”即累计受理空中业务超2.8万件,日均受理约400件,最快用时3分钟。
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;平安人寿以慈善文化为公司企业文化 , 坚持“执善心,筑大业”理念, 以“最受尊敬公司”为愿景。百年善业,责任为先。平安人寿始终怀抱感恩之心反哺社会,一直把企业社会责任作为推动公司可持续发展的动力,聚焦“慈善”文化,弘扬“大爱与责任”。通过开展以“健步行”与“阅读”为主体的“新生活运动”及教育、扶贫、环境、灾难救助等公益事业,专注创造美好明天。
</div>
</div>
<div v-else-if="$i18n.locale == 'tc'">
<div class="top-space"></div>
<h2 class="tit">公司簡介</h2>
<div class="box desc">
&nbsp;&nbsp;&nbsp;&nbsp;中國平安人壽保險股份有限公司成立於2002年,是中國平安保險(集團)股份有限公司旗下的重要成員。截至2017年12月31日,平安人壽註冊資本為338億元,在全國擁有42家分公司(含7家電話銷售中心)及超過3,300個營業網點,壽險代理人達138.6萬名。公司個險、銀保、電銷、互聯網多渠道齊頭並進,實現協同發展,運營管理水平及客戶體驗領先市場,並依托集團“金融+科技”雙驅動戰略,在合規經營、防範風險的前提下,開啟平臺經營新時代,持續提升產品、科技兩大核心競爭力,推動內含價值及規模持續、健康、穩定增長。
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;公司秉承“保險姓保”理念,聚焦“產品+”戰略,延伸壽險產品邊界。2017年對主力保障型產品“平安福”進行優化升級,提升保障額度;細分客群,開發具有癌癥多次給付、長期殘疾護理、高端終身壽險等保障功能的產品,構建多元化保障供給體系;依托集團資源推出就醫360服務,為客戶提供“診斷- 治療- 康復”全流程解決方案和服務支持,並結合平安RUN健康行項目,打造“上遊健康預防,中遊經濟補償,下遊醫療服務”的健康閉環,滿足客戶全方位的健康風險管理需求。
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;面對互聯網和新科技帶來的挑戰與機遇,平安人壽運用領先科技,打造未來發展新引擎,升級創新業務模式。以“金管家”APP為核心的移動金融生活平臺,連通線上、線下多場景客戶經營。截至2017年12月31日,“金管家”APP為1.36億註冊用戶提供保險保單、財富增值、豐富活動和健康管理等全方位的金融生活服務。在客戶服務方面,平安人壽以科技創造極致客戶體驗。業內首創“智慧客服”, 依托集團海量客戶數據和AI技術, 構建業務甄別、風險定位、在線自助、空中門店四大能力, 大幅提升保全、理賠、核保的服務時效。70%的理賠客戶可以實現30分鐘內賠付,96%的投保可以實時承保。推出兩個月後,”智慧客服”即累計受理空中業務超2.8萬件,日均受理約400件,最快用時3分鐘。
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;平安人壽以慈善文化為公司企業文化 , 堅持“執善心,築大業”理念, 以“最受尊敬公司”為願景。百年善業,責任為先。平安人壽始終懷抱感恩之心反哺社會,壹直把企業社會責任作為推動公司可持續發展的動力,聚焦“慈善”文化,弘揚“大愛與責任”。通過開展以“健步行”與“閱讀”為主體的“新生活運動”及教育、扶貧、環境、災難救助等公益事業,專註創造美好明天。
</div>
</div>
<div v-else>
<div class="top-space"></div>
<h2 class="tit">Company profile</h2>
<div class="box desc">
&nbsp;&nbsp;&nbsp;&nbsp;PINGAN life insurance co., LTD., founded in 2002, is an important member of PINGAN insurance (group) co., LTD. As of December 31, 2017, PINGAN life has a registered capital of 33.8 billion yuan, 42 branches (including 7 call sales centers) and more than 3,300 business outlets nationwide, with 1.386 million life insurance agents. Of company a, silver cover, electric pin, the Internet has gone hand in hand through various channels, realize the coordinated development, operational management level and customer experience leading the market, and relying on the group "financial + technology" double drive strategy, on the premise of compliance management, risk prevention, open platform to operate the new era, continue to improve products, two core competitive power of science and technology, the embedded value and scale of sustained, healthy and stable growth.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Company adhering to the "insurance insurance" concept, focusing on the "product +" strategy, extending the life insurance product boundaries. In 2017, "ping an fu", the main guarantee product, was optimized and upgraded to increase the guarantee amount. Subdivide customer groups, develop products with multiple payment for cancer, long-term disability care, high-end whole life insurance and other security functions, and build a diversified security supply system; Relying on the group resources to launch 360 service, providing customers with "diagnosis and treatment - rehabilitation" whole process solutions and services support, and combining the safe RUN healthy line project, build "health prevention upstream, middle economic compensation, the downstream medical service" the health of the closed loop, meet the demand of customers a full range of health risk management.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Facing the challenges and opportunities brought by the Internet and new technologies, ping an life USES the leading technologies to build a new engine for future development and upgrade and innovate its business model. "Golden housekeeper" APP as the core of the mobile financial life platform, connect online and offline multi-scene customer operations. As of December 31, 2017, the APP provided 136 million registered users with comprehensive financial life services, including insurance policies, wealth appreciation, rich activities and health management. In terms of customer service, ping an life creates the ultimate customer experience with technology. It is the first "intelligent customer service" in the industry. Relying on the massive customer data and AI technology of the group, it builds the four capabilities of business screening, risk positioning, online self-service and aerial stores, and greatly improves the service timeliness of security, claims and underwriting. 70% of claims can be paid within 30 minutes, and 96% can be insured in real time. Two months after its launch, "intelligent customer service" has accepted more than 28,000 pieces of air business, about 400 pieces every day, and the fastest time is 3 minutes.
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;Ping an life regards charity culture as the corporate culture of the company, adheres to the concept of "benevolence and great cause", and regards "the most respected company" as its vision. One hundred years of good karma, responsibility first. Ping an life always nurtures the society with gratitude, takes corporate social responsibility as the driving force for the sustainable development of the company, focuses on "charity" culture, and promotes "great love and responsibility". We will focus on creating a better tomorrow by launching the "new life campaign" with "walking briskly" and "reading" as the main body, as well as public welfare undertakings such as education, poverty alleviation, environment and disaster relief.
</div>
</div>
-->
</div>
</template>
......
......@@ -23,7 +23,6 @@
justify-content: space-between;
}
.fla {
display: flex;
align-items: center;
......@@ -86,7 +85,7 @@
}
input {
color: '#606266'
color: "#606266";
}
.text-jtf {
......@@ -96,6 +95,8 @@ input {
-webkit-text-align-last: left;
-moz-text-align: justify;
-moz-text-align-last: left;
-ms-text-align: justify;
-ms-text-align-last: left;
}
.underline {
......@@ -106,6 +107,6 @@ input {
color: $cFontGray3;
}
.bold{
.bold {
font-weight: bold;
}
......