485b7a64 by joe

英化

1 parent 3966f9bb
......@@ -45,15 +45,28 @@ module.exports = {
}
]
},
navList: [{
navList: [
{
name: "產品介紹",
path: "/product",
list: []
path: "",
list: [{
name: "VHIS",
path: "/empty"
},
{
name: "分紅終身",
path: "/product"
}]
},
{
name: "客戶服務",
path: "/custom/product",
list: [{
path: "",
list: [
{
name: "客戶服務導航",
path: "/custom/product"
},
{
name: "聯系我們",
path: "/custom/service?q=m1"
},
......@@ -88,23 +101,41 @@ module.exports = {
]
},
{
name: "新聞資訊",
path: "/news/list",
list: []
name: "關於我們",
path: "",
list: [{
name: "有關平安人壽香港",
path: "/profile"
},
{
name: "公司活動",
path: "/empty"
},{
name: "新聞中心",
path: "/news/list"
},
{
name: "企業社會責任",
path: "/empty"
},
{
name: "關於平安人壽",
name: "獎項殊榮",
path: "/empty"
}]
},
{
name: "加入我們",
path: "",
list: [{
name: "公司簡介",
path: "/profile"
name: "企業文化",
path: "/empty"
},
{
name: "領導人概況",
path: ""
name: "事業發展機會",
path: "/empty"
},
]
},
}
]
},
footer: {
......@@ -578,6 +609,7 @@ module.exports = {
}
},
policyChangeInformation: {
title : "客戶資料變更",
hkClient: "是否平安香港客戶",
yes: "是",
no: "否",
......
......@@ -47,13 +47,25 @@ module.exports = {
},
navList: [{
name: "产品介绍",
path: "/product",
list: []
path: "",
list: [{
name: "自愿医保基本计划",
path: "/empty"
},
{
name: "分红终身寿险",
path: "/product"
}]
},
{
name: "客户服务",
path: "/custom/product",
list: [{
path: "",
list: [
{
name: "客户服务导航",
path: "/custom/product"
},
{
name: "联系我们",
path: "/custom/service?q=m1"
},
......@@ -88,23 +100,41 @@ module.exports = {
]
},
{
name: "新闻资讯",
path: "/news/list",
list: []
name: "关于我们",
path: "",
list: [{
name: "有关平安香港",
path: "/profile"
},
{
name: "公司活动",
path: "/empty"
},{
name: "新闻中心",
path: "/news/list"
},
{
name: "关于平安人寿",
name: "企业社会责任",
path: "/empty"
},
{
name: "奖项殊荣",
path: "/empty"
}]
},
{
name: "加入我们",
path: "",
list: [{
name: "公司简介",
path: "/profile"
name: "企业文化",
path: "/empty"
},
{
name: "领导人概况",
path: ""
name: "事业发展机会",
path: "/empty"
},
]
},
}
]
},
footer: {
......@@ -579,6 +609,7 @@ module.exports = {
}
},
policyChangeInformation: {
title : "客户资料变更",
hkClient: "是否平安香港客戶",
yes: "是",
no: "否",
......
<template>
<div style="height:500px;"></div>
</template>
<script src="./clarms.js"></script>
<style lang="scss" scoped>
@import "./clarms.scss";
</style>
......@@ -26,47 +26,52 @@ export default {
this.curIndex = val;
},
initData() {
let i18n = this.$i18n.locale;
let list = [{
tit: "亲临客服中心付款",
type: "",
}, {
tit: "网银付款",
type: "",
}, {
tit: "电汇付款",
type: "",
}, {
tit: "柜员机付款",
type: "",
}, {
tit: "「缴费灵」付款",
type: "",
}, {
tit: "香港邮政局",
type: "",
}];
if (i18n != 'zh') {
list = [{
tit: "親臨客服中心付款",
type: "",
}, {
tit: "網銀付款",
type: "",
}, {
tit: "電匯付款",
type: "",
}, {
tit: "櫃員機付款",
type: "",
}, {
tit: "「繳費靈」付款",
type: "",
}, {
tit: "香港郵政局",
type: "",
}];
let i18n = this.$i18n.messages[this.$i18n.locale];
let list = [];
for (let key in i18n.paymentType) {
list.push({ tit: i18n.paymentType[key], type: "" });
}
console.log(i18n)
// let list = [{
// tit: "亲临客服中心付款",
// type: "",
// }, {
// tit: "网银付款",
// type: "",
// }, {
// tit: "电汇付款",
// type: "",
// }, {
// tit: "柜员机付款",
// type: "",
// }, {
// tit: "「缴费灵」付款",
// type: "",
// }, {
// tit: "香港邮政局",
// type: "",
// }];
// if (i18n != 'zh') {
// list = [{
// tit: "親臨客服中心付款",
// type: "",
// }, {
// tit: "網銀付款",
// type: "",
// }, {
// tit: "電匯付款",
// type: "",
// }, {
// tit: "櫃員機付款",
// type: "",
// }, {
// tit: "「繳費靈」付款",
// type: "",
// }, {
// tit: "香港郵政局",
// type: "",
// }];
// }
this.$set(this, 'dataList', list);
}
},
......
......@@ -87,7 +87,7 @@
</div>
</template>
<template v-else>
<template v-if="locale =='tc'">
<!-- 繁体-->
<div v-if="curIndex == 0" class="payment-cont-item">
<ul>
......@@ -125,6 +125,7 @@
<li>收款人名字:中國平安人壽保險股份有限公司香港分公司</li>
<li>銀行代碼:***</li>
<li>收款人賬號:***-******</li>
<li>代號:******</li>
</ul>
</div>
......@@ -162,6 +163,81 @@
</div>
</template>
<template v-else>
<!-- 英文-->
<div v-if="curIndex == 0" class="payment-cont-item">
<ul>
<li>Cash:Maximum premium payment is USD 15,000 plus or equivalent in HKD per policy。</li>
<li>Cheque:Please pay by crossed cheque, payable to "Ping An Life Insurance Co., Ltd. Hong Kong Branch" and write "Receipt Note Number" at the top right of the payment notice on the back of the cheque</li>
<li>Credit card: You can pay in Hong Kong dollars via credit card. The maximum payment amount depends on your designated bank.</li>
<li>EPS:You can pay in Hong Kong dollars through EPS through ATM cards issued by EPS member banks and credit cards with withdrawal functions. The maximum payment amount depends on your designated bank.</li>
</ul>
Address: Unit 3501 - 7 & 14, Floor 35, The Gateway Tower 5, Tsim Sha Tsui, Kowloon, Hong Kong
<br>Service Hour:9 a.m. - 6 p.m. , Monday to Friday
</div>
<div v-else-if="curIndex == 1" class="payment-cont-item">
You can pay premiums in Hong Kong dollar credit card / bank account through the "Online Payment Service" provided by banks in Hong Kong. Contact your bank for details.
<ul>
<li>Online payment via "Hong Kong Bank Hong Kong Dollar Credit Card":
<br>Payment merchant: China Ping An Life Insurance Co., Ltd. Hong Kong Branch
<br>Withdrawal Account: Please select "HKD Credit Card"
<br>Billing Number: "Billing Number" on the bill of payment
</li>
<li>Online payment via "Hong Kong Bank Account":
<br>Paying merchants: Ping An Life Insurance Co., Ltd. Hong Kong Branch
<br>Withdrawal account: Please select a current or savings account
<br>Billing number: "Receipt number" on the payment notice
<br>Bill type: 11-Payment in Hong Kong dollars, 12-Payment in US dollars, 13-Payment in RMB
</li>
</ul>
</div>
<div v-else-if="curIndex == 2" class="payment-cont-item">
You can wire premiums to the following bank accounts through local banks.
<ul>
<li>Beneficiary Bank: ** Bank</li>
<li>Bank Address: Hong Kong ***</li>
<li>Beneficiary Name: Ping An Life Insurance Co., Ltd. Hong Kong Branch</li>
<li>Bank Code:***</li>
<li>Beneficiary account number: ***-******</li>
<li>Code: ******</li>
</ul>
</div>
<div v-else-if="curIndex == 3" class="payment-cont-item">
You can transfer money from your Hong Kong bank account through a 24-hour JETCO ATM.
<ul>
<li>Please select the service: `` Payment ''> `` Enter Merchant Number ''</li>
<li>Merchant ID: ****</li>
<li>Bill type: 01-New policy premium, 02-Renewal premium and levy, 03-Repayment of personal policy loan</li>
<li>Bill No .: "Receipt No." at the top right of the payment notice</li>
</ul>
</div>
<div v-else-if="curIndex == 4" class="payment-cont-item">
<ul>
<li>PPS online service: please visit www.ppshk.com</li>
<li>PPS call service: Please call 18033 (Cantonese) or 18031 (English)</li>
<li>Merchant ID: ****</li>
<li>Bill Type: 01-Premium and Premium Levy / Repayment of Policy Loan</li>
<li>Billing Number: `` Billing Number '' at the top right of the payment notice</li>
</ul>
</div>
<div v-else-if="curIndex == 5" class="payment-cont-item">
Please bring the payment notice to any post office in Hong Kong to pay by cash, cheque and easy service.
<ul>
<li>The maximum amount of each cash transaction is HK $ 80,000.</li>
<li>The transaction limit is HK $ 50,000.00.</li>
<li>There is no upper limit for cheque transactions.</li>
<li>The cut-off date for checks is Monday to Friday at 3 pm and Saturday at 11:00 am. The cut-off date for cash / transactions is Monday to Saturday at 6 pm. Sunday and public holidays will be processed on the next working day. Please allow at least three working days to process the payment.</li>
</ul>
</div>
</template>
</div>
</div>
</div>
......
......@@ -3,7 +3,7 @@
<div class="container border">
<div class="table">
<div class="table-header orange">
<div class="table-header-item">客戶資料變更</div>
<div class="table-header-item">{{$t('policyChangeInformation.title')}}</div>
</div>
<div class="gird-g form">
......
......@@ -14,6 +14,7 @@ import CommonForm from './components/common-form.vue'
import PolicyChangeGuide from './components/policy-change-guide.vue'
import PolicyChangeContact from './components/policy-change-contact.vue'
import PolicyChangeInformation from './components/policy-change-information.vue'
import Clarms from './components/clarms.vue'
export default {
data() {
......@@ -64,6 +65,7 @@ export default {
CommonForm,
PolicyChangeGuide,
PolicyChangeContact,
PolicyChangeInformation
PolicyChangeInformation,
Clarms
}
}
......
......@@ -40,7 +40,9 @@
<div class="panel" v-if="activity == 'm43'">
<policy-change-information></policy-change-information>
</div>
<div class="panel" v-if="activity == 'm5'"></div>
<div class="panel" v-if="activity == 'm5'">
<clarms></clarms>
</div>
<div class="panel" v-if="activity == 'm6'">
<reservation></reservation>
</div>
......
<template>
<div class="content">
</div>
</template>
<style lang="scss" scoped>
.content {
height: 500px;
}
</style>
......@@ -152,6 +152,14 @@ const routes = [
title: ''
}
},
{
path: '/empty',
name: 'empty',
component: () => import('./pages/empty/empty.vue'),
meta: {
title: ''
}
},
// 404页面
// {
// path: '*', // * 表示上面路径匹配不到的都显示这个页面
......