Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
07f8660f
authored
2019-11-01 18:43:56 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1101修改
1 parent
7be7ac75
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
16 additions
and
12 deletions
src/App.vue
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/components/home/header/header.scss
src/pages/custom-service/components/insurance-query.vue
src/pages/index/index.js
src/pages/index/index.vue
src/pages/reservation/reservation.scss
src/App.vue
View file @
07f8660
...
...
@@ -44,8 +44,7 @@ export default {
@import
"@/styles/_support"
;
html
{
font-family
:
SourceHanSansCN
,
-apple-system
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
Helvetica
Neue
,
Arial
,
sans-serif
;
font-family
:
Microsoft
YaHei
,
Helvetica
Neue
,
Arial
,
sans-serif
;
font-size
:
12px
;
word-spacing
:
1px
;
word-break
:
break-word
;
...
...
src/common/lang/en.js
View file @
07f8660
...
...
@@ -176,7 +176,7 @@ module.exports = {
hkClient
:
"是否平安香港客戶"
,
yes
:
"是"
,
no
:
"否"
,
contactTime
:
"期望联络时间
(当日、周末节假日不可选)
"
,
contactTime
:
"期望联络时间"
,
notice1
:
"本表格所收集的个人资料根据「平安人寿香港个人资料收集声明」处理及只会被用作于联络 阁下之用。然而所收集的个人资料未经您明确授权将不会转移至「平安人寿香港个人资料收集声明」列明以外之第三者机构。您可选择不向我们提供所需的个人资料,惟这样可能导致我们不能联络您。您亦可根据「平安人寿香港个人资料收集声明」之权利查阅及更正个人资料。"
,
notice2
:
"本人现确认明白并同意本人的个人资料根据中银人寿个人资料收集声明作以上述用途。"
,
},
...
...
src/common/lang/tc.js
View file @
07f8660
...
...
@@ -176,7 +176,7 @@ module.exports = {
hkClient
:
"是否平安香港客戶"
,
yes
:
"是"
,
no
:
"否"
,
contactTime
:
"期望聯絡時間
(當日、週末節假日不可選)
"
,
contactTime
:
"期望聯絡時間"
,
notice1
:
"本表格所收集的個人資料根據「平安人壽香港個人資料收集聲明」處理及只會被用作於聯絡 閣下之用。然而所收集的個人資料未經您明確授權將不會轉移至「平安人壽香港個人資料收集聲明」列明以外之第三者機構。您可選擇不向我們提供所需的個人資料,惟這樣可能導致我們不能聯絡您。您亦可根據「平安人壽香港個人資料收集聲明」之權利查閱及更正個人資料。"
,
notice2
:
"本人現確認明白並同意本人的個人資料根據中銀人壽個人資料收集聲明作以上述用途。"
,
},
...
...
src/common/lang/zh.js
View file @
07f8660
...
...
@@ -176,7 +176,7 @@ module.exports = {
hkClient
:
"是否平安香港客户"
,
yes
:
"是"
,
no
:
"否"
,
contactTime
:
"期望联络时间
(当日、周末节假日不可选)
"
,
contactTime
:
"期望联络时间"
,
notice1
:
"本表格所收集的个人资料根据「平安人寿香港个人资料收集声明」处理及只会被用作于联络 阁下之用。然而所收集的个人资料未经您明确授权将不会转移至「平安人寿香港个人资料收集声明」列明以外之第三者机构。您可选择不向我们提供所需的个人资料,惟这样可能导致我们不能联络您。您亦可根据「平安人寿香港个人资料收集声明」之权利查阅及更正个人资料。"
,
notice2
:
"本人现确认明白并同意本人的个人资料根据中银人寿个人资料收集声明作以上述用途。"
,
},
...
...
src/components/home/header/header.scss
View file @
07f8660
.v-header
{
font-family
:
SourceHanSansCN
;
//
font-family: SourceHanSansCN;
height
:
5
.833333rem
;
background-color
:
#fff
;
color
:
#4c4948
;
...
...
src/pages/custom-service/components/insurance-query.vue
View file @
07f8660
...
...
@@ -232,10 +232,10 @@
<div
class=
"separator-v"
></div>
<div
class=
"cell1"
>
<div
class=
"label"
>
{{
$t
(
'customService.insuranceQuery.t5PaymentMethod'
)
}}
</div>
<div
class=
"label"
></div>
<div
class=
"label"
>
{{
dataForm
.
v5
}}
</div>
</div>
</div>
<div
class=
"separator-h"
>
{{
dataForm
.
v5
}}
</div>
<div
class=
"separator-h"
></div>
<div
class=
"data-line"
>
<div
class=
"cell1"
>
...
...
src/pages/index/index.js
View file @
07f8660
...
...
@@ -79,6 +79,11 @@ export default {
path
:
'/news/detail'
})
},
toProfile
(){
this
.
$router
.
push
({
path
:
'/profile'
})
},
initData
()
{}
},
mounted
()
{},
...
...
src/pages/index/index.vue
View file @
07f8660
...
...
@@ -41,7 +41,7 @@
<!-- 了解我们 -->
<div
class=
"box more"
>
<div
class=
"cont"
>
<div
class=
"btn pointer"
></div>
<div
class=
"btn pointer"
@
click=
"toProfile()"
></div>
<img
:src=
"require('@/assets/images/index/more-1-'+locale+'.png')"
>
</div>
</div>
...
...
src/pages/reservation/reservation.scss
View file @
07f8660
...
...
@@ -101,9 +101,9 @@
}
&
-item3
{
//
display: flex;
//
align-items: flex-start;
//
flex-wrap: wrap;
display
:
flex
;
align-items
:
flex-start
;
flex-wrap
:
wrap
;
.label
{
min-width
:
13
.75rem
;
...
...
Please
register
or
sign in
to post a comment