0fb61f4c by joe

1

1 parent 650aafe8
Showing 35 changed files with 26 additions and 23 deletions
NODE_ENV = 'development'
VUE_APP_TITLE = 'development'
VUE_APP_BASE_URL= 'https://ow.go.qudone.com'
VUE_APP_BASE_URL= 'http://localhost:9101'
VUE_APP_RSA_PUBLIC_KEY = 'B5FE03847F02046C47292AF0FF2DE88977241483DD40C123046EB39CBE4C48167B120096CFF12CD16559322884A3C56FA92B07B89AB51FC8C91A75127622151DDD730DFF1F993D5A290CEAC0BBA7FC88285D8994ACBAFF50101EDE9A0925AD5DFFAFE96D53C370E9C5B37DF2F871F81C4D7CA6B7EC37FF459C07975AD9A74A95'
VUE_APP_RSA_KEY_INDEX = '10001'
......

4.34 KB | W: | H:

5.5 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -12,7 +12,7 @@
<![endif]-->
<title>平安人寿保险官网</title>
<link href="static/js/0.1576055051483.js" rel="prefetch"><link href="static/js/1.1576055051483.js" rel="prefetch"><link href="static/js/10.1576055051483.js" rel="prefetch"><link href="static/js/11.1576055051483.js" rel="prefetch"><link href="static/js/12.1576055051483.js" rel="prefetch"><link href="static/js/13.1576055051483.js" rel="prefetch"><link href="static/js/14.1576055051483.js" rel="prefetch"><link href="static/js/15.1576055051483.js" rel="prefetch"><link href="static/js/16.1576055051483.js" rel="prefetch"><link href="static/js/17.1576055051483.js" rel="prefetch"><link href="static/js/18.1576055051483.js" rel="prefetch"><link href="static/js/19.1576055051483.js" rel="prefetch"><link href="static/js/2.1576055051483.js" rel="prefetch"><link href="static/js/20.1576055051483.js" rel="prefetch"><link href="static/js/21.1576055051483.js" rel="prefetch"><link href="static/js/22.1576055051483.js" rel="prefetch"><link href="static/js/3.1576055051483.js" rel="prefetch"><link href="static/js/4.1576055051483.js" rel="prefetch"><link href="static/js/5.1576055051483.js" rel="prefetch"><link href="static/js/6.1576055051483.js" rel="prefetch"><link href="static/js/7.1576055051483.js" rel="prefetch"><link href="static/js/8.1576055051483.js" rel="prefetch"><link href="static/js/9.1576055051483.js" rel="prefetch"><link href="static/js/app.1576055051483.js" rel="preload" as="script"></head>
<link href="static/js/0.1576058431931.js" rel="prefetch"><link href="static/js/1.1576058431931.js" rel="prefetch"><link href="static/js/10.1576058431931.js" rel="prefetch"><link href="static/js/11.1576058431931.js" rel="prefetch"><link href="static/js/12.1576058431931.js" rel="prefetch"><link href="static/js/13.1576058431931.js" rel="prefetch"><link href="static/js/14.1576058431931.js" rel="prefetch"><link href="static/js/15.1576058431931.js" rel="prefetch"><link href="static/js/16.1576058431931.js" rel="prefetch"><link href="static/js/17.1576058431931.js" rel="prefetch"><link href="static/js/18.1576058431931.js" rel="prefetch"><link href="static/js/19.1576058431931.js" rel="prefetch"><link href="static/js/2.1576058431931.js" rel="prefetch"><link href="static/js/20.1576058431931.js" rel="prefetch"><link href="static/js/21.1576058431931.js" rel="prefetch"><link href="static/js/22.1576058431931.js" rel="prefetch"><link href="static/js/3.1576058431931.js" rel="prefetch"><link href="static/js/4.1576058431931.js" rel="prefetch"><link href="static/js/5.1576058431931.js" rel="prefetch"><link href="static/js/6.1576058431931.js" rel="prefetch"><link href="static/js/7.1576058431931.js" rel="prefetch"><link href="static/js/8.1576058431931.js" rel="prefetch"><link href="static/js/9.1576058431931.js" rel="prefetch"><link href="static/js/app.1576058431931.js" rel="preload" as="script"></head>
<body>
<noscript>
......@@ -22,6 +22,6 @@
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="./js/unionrsa.js"></script>
<script type="text/javascript" src="static/js/app.1576055051483.js"></script></body>
<script type="text/javascript" src="static/js/app.1576058431931.js"></script></body>
</html>
......

4.34 KB | W: | H:

5.5 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
......@@ -518,8 +518,9 @@ module.exports = {
]
},
policyChangeGuide: {
notice: "如需做其他保單變更",
noticeLink: "聯繫客服",
notice: "If you need to modify please",
noticeLink: "contact customer service",
head1: "Item",
head2: "Details",
head3: "Applicant",
......@@ -543,8 +544,7 @@ module.exports = {
},
{
name: "Bank information",
}
],
}],
},
{
project: "Policy Surrender within cool off period",
......@@ -611,7 +611,7 @@ module.exports = {
project: "Change of Payment Information",
content: "Change of mode of payment or payement account",
applicant: "Policy Owner",
receptionTime: "保單交費期滿前",
receptionTime: "Before the expiration of policy payment",
materialList: [{
name: "Application form",
type: 1,
......
@import '@/styles/_support';
input::-webkit-input-placeholder {
color: #494949;
color: $cGray2;
}
textarea::-webkit-input-placeholder {
color: #494949;
color:$cGray2;
}
.top-space {
......@@ -156,7 +155,7 @@ textarea::-webkit-input-placeholder {
// font-size: 1.166667rem;
letter-spacing: .116667rem;
color: #4c4948;
font-family: Arial;
// font-family: Arial;
}
}
......@@ -231,12 +230,6 @@ textarea::-webkit-input-placeholder {
background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429);
}
input {
padding: 0 2.083333rem;
color: #333333;
font-size: 12px;
}
@media (max-width: 768px) {
.form {
display: block;
......
......@@ -51,7 +51,7 @@
</div>
</div>
<div class="notice" v-if="showForm">
<img class="icon" src="@/assets/images/policy-change-guide/icon-pcg-notice.png" alt=""> {{$t("policyChangeGuide.notice")}} <span @click="toContactUs" class="act">{{$t("policyChangeGuide.noticeLink")}}</span>
<img class="icon" src="@/assets/images/policy-change-guide/icon-pcg-notice.png" alt=""> {{$t("policyChangeGuide.notice")}}&nbsp;<span @click="toContactUs" class="act">{{$t("policyChangeGuide.noticeLink")}}</span>
</div>
</div>
......
......@@ -59,6 +59,7 @@ export default {
},
},
methods: {
showModal(content, icon) {
icon = !icon || typeof icon === "undefined" ? "succ" : icon;
this.modalIcon = icon;
......@@ -244,6 +245,14 @@ export default {
}
}
},
toContactUs() {
this.$router.push({
path: "/custom/service",
query: {
q: "m1"
}
});
},
userLogout() {
this.showForm = false;
},
......
......@@ -42,7 +42,7 @@
<div class="fla">
<div class="icon icon2"><img src="@/assets/images/policy-change-information/icon-pci-notice.png"></div>
<span class="t1">{{$t('policyChangeInformation.modifyTips1')}}</span>&nbsp;
<span class="t2">{{$t('policyChangeInformation.modifyTips2')}}</span>
<span class="t2" @click="toContactUs()">{{$t('policyChangeInformation.modifyTips2')}}</span>
</div>
</div>
<div class="ipt-wrap">
......@@ -65,7 +65,7 @@
<div class="fla">
<div class="icon icon2"><img src="@/assets/images/policy-change-information/icon-pci-notice.png"></div>
<span class="t1">{{$t('policyChangeInformation.modifyTips1')}}</span>&nbsp;
<span class="t2">{{$t('policyChangeInformation.modifyTips2')}}</span>
<span class="t2" @click="toContactUs()">{{$t('policyChangeInformation.modifyTips2')}}</span>
</div>
</div>
<div class="ipt-wrap">
......
......@@ -147,7 +147,7 @@ textarea::-webkit-input-placeholder {
// font-size: 1.166667rem;
letter-spacing: .116667rem;
color: #4c4948;
font-family: Arial;
// font-family: Arial;
}
}
......@@ -198,7 +198,7 @@ textarea::-webkit-input-placeholder {
background-blend-mode: soft-light, ;
background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429);
text-align: center;
font-size: 1.291667rem;
font-size: $fontSize;
letter-spacing: .129167rem;
color: #ffffff;
border-radius: 3.5rem;
......
......@@ -35,6 +35,7 @@ $cOrange:#f05a23;
$cFontGray: #4c4948;
$cGreen:#006441;
$cGray:#bfbfbf;
$cGray2:#494949;
$cDark:#dcdcdc;
$cLightBlack:#333333;
......