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
0fa49424
authored
2020-02-21 16:31:58 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
3f03b9c8
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
45 additions
and
29 deletions
src/common/lang/en.js
src/components/clarms/clarms-plugins-material.js
src/components/clarms/clarms-plugins-material.scss
src/components/clarms/clarms-plugins-material.vue
src/components/clarms/clarms-plugins-modal1.scss
src/components/clarms/clarms-plugins-modal1.vue
src/components/clarms/clarms-plugins-modal2.scss
src/components/modal2-comp/modal2-comp.scss
src/components/modal2-comp/modal2-comp.vue
src/components/vhis-modal/vhis-modal.js
src/components/vhis-modal/vhis-modal.scss
src/pages/custom-service/components/complaint-acceptance.vue
src/pages/custom-service/components/reservation.vue
src/pages/news-detail/news-detail.vue
src/pages/profile/profile.vue
src/common/lang/en.js
View file @
0fa4942
...
...
@@ -508,22 +508,22 @@ module.exports = {
download
:
"./doc/保險合同解除申請書.pdf"
,
},
{
name
:
"Application for Change of Policy Form(Policy Loan Repayment)"
,
name
:
"Application for Change of Policy Form
<br>
(Policy Loan Repayment)"
,
desc
:
"Policy loan"
,
download
:
"./doc/保險合同變更申請書( 保單貸款還款類).pdf"
,
},
{
name
:
"Application for Change of Policy Form(Change of Policy)"
,
name
:
"Application for Change of Policy Form
<br>
(Change of Policy)"
,
desc
:
"Newly added premium, deducted premium"
,
download
:
"./doc/保險合同變更申請書( 保險合同計劃變更類).pdf"
,
},
{
name
:
"Application for Change of Policy Form(Change of Customer Information)"
,
name
:
"Application for Change of Policy Form
<br>
(Change of Customer Information)"
,
desc
:
"Basic Information Change"
,
download
:
"./doc/保險合同變更申請書( 客戶權益變更類).pdf"
,
},
{
name
:
"Application for Change of Policy Form(Change of Beneficiary)"
,
name
:
"Application for Change of Policy Form
<br>
(Change of Beneficiary)"
,
desc
:
"Mode of payment, self-replacement and reissues"
,
download
:
"./doc/保險合同變更申請書( 客戶信息變更類).pdf"
,
},
...
...
src/components/clarms/clarms-plugins-material.js
View file @
0fa4942
...
...
@@ -96,6 +96,9 @@ export default {
lan
()
{
return
this
.
$i18n
.
locale
;
},
locale
()
{
return
this
.
$i18n
.
locale
||
'tc'
;
},
i18n
()
{
return
this
.
$i18n
.
messages
&&
this
.
$i18n
.
locale
?
this
.
$i18n
.
messages
[
this
.
$i18n
.
locale
]
:
{};
},
...
...
src/components/clarms/clarms-plugins-material.scss
View file @
0fa4942
...
...
@@ -7,6 +7,8 @@ $borderRadius:6px;
margin
:
0
auto
;
}
input
{
padding
:
0
2
.083333rem
;
color
:
$cFontGray2
;
...
...
@@ -452,6 +454,13 @@ input {
}
}
.en
{
.reservation-container-2
.check-item
{
margin-right
:
0
;
width
:
50%
;
}
}
@media
(
max-width
:
1200px
)
{
.comp
{
.reservation-container-2
{
...
...
@@ -501,13 +510,13 @@ input {
.check-item
{
align-items
:
flex-start
;
flex-wrap
:
wrap
;
margin
:
0
0
24px
;
margin
:
0
0
24px
;
width
:
100%
;
}
}
}
.date-container
{
.date-container
{
width
:
100%
;
}
}
...
...
src/components/clarms/clarms-plugins-material.vue
View file @
0fa4942
<
template
>
<div
class=
"comp clarms-plugins-material"
>
<div
class=
"comp clarms-plugins-material"
:class=
"
{'en':locale == 'en'}">
<template
v-if=
"!insuredList || insuredList.length == 0"
>
<div
class=
"reservation-container-2"
>
<div
class=
"empty"
>
...
...
src/components/clarms/clarms-plugins-modal1.scss
View file @
0fa4942
...
...
@@ -30,9 +30,10 @@
.modal
{
position
:
relative
;
@extend
.bb
;
max-width
:
1000px
;
width
:
1000px
;
margin
:
0
auto
;
.
content
{
&
-
content
{
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
...
...
src/components/clarms/clarms-plugins-modal1.vue
View file @
0fa4942
...
...
@@ -5,7 +5,7 @@
<div
class=
"border"
>
<div
class=
"close"
@
click=
"onOverLayHandler()"
><img
src=
"@/assets/images/clarms/close.png"
></div>
<div
class=
"modal"
>
<div
class=
"content"
>
<div
class=
"
modal-
content"
>
<div
class=
"info-icon"
>
<img
src=
"@/assets/images/clarms/info.png"
>
</div>
...
...
src/components/clarms/clarms-plugins-modal2.scss
View file @
0fa4942
...
...
@@ -29,14 +29,16 @@
.modal
{
position
:
relative
;
@extend
.bb
;
max-width
:
1000px
;
width
:
1000px
;
margin
:
0
auto
;
.content
{
// @extend .bb;
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
padding
:
162px
60px
162px
60px
;
// max-height:
534
px;
// max-height:
640
px;
.info-icon
{
...
...
src/components/modal2-comp/modal2-comp.scss
View file @
0fa4942
...
...
@@ -34,8 +34,9 @@
.modal
{
position
:
relative
;
width
:
1000px
;
margin
:
0
auto
;
.
content
{
&
-
content
{
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
...
...
src/components/modal2-comp/modal2-comp.vue
View file @
0fa4942
...
...
@@ -5,7 +5,7 @@
<div
class=
"border"
>
<div
class=
"close"
@
click=
"onCloseHandler()"
><img
src=
"@/assets/images/clarms/close.png"
></div>
<div
class=
"modal"
>
<div
class=
"content"
>
<div
class=
"
modal-
content"
>
<div
class=
"info-icon"
>
<img
src=
"@/assets/images/clarms/info.png"
>
</div>
...
...
src/components/vhis-modal/vhis-modal.js
View file @
0fa4942
...
...
@@ -9,7 +9,9 @@ import {
}
from
'@/api/fetch-api.js'
import
Modal2Comp
from
'@/components/modal2-comp/modal2-comp.vue'
;
import
{
getPolicyName
}
from
"@/utils/biz.js"
;
import
{
getPolicyName
}
from
"@/utils/biz.js"
;
export
default
{
data
()
{
...
...
@@ -19,9 +21,9 @@ export default {
hadLoadPolicy
:
false
,
ignorePolicyCodes
:
[],
// 显示
policyDetail
:
null
,
showSuccessTip
:
false
,
showDownloadError
:
false
policyDetail
:
{}
,
showSuccessTip
:
false
,
showDownloadError
:
false
}
},
components
:
{
...
...
@@ -159,8 +161,7 @@ export default {
url
:
api
.
policyReceipt
,
sid
:
true
,
data
:
params
}).
then
(
res
=>
{
}).
catch
(
e
=>
{
}).
then
(
res
=>
{}).
catch
(
e
=>
{
});
...
...
@@ -203,11 +204,11 @@ export default {
path
:
"/custom/service?q=m1"
});
},
toTarget
(){
toTarget
()
{
this
.
showPolicy
=
false
;
sessionStorage
.
setItem
(
"hidePolicy"
,
"true"
);
this
.
$router
.
push
({
path
:
"/custom/service?q=m3"
path
:
"/custom/service?q=m3"
})
},
formatPolicyName
(
c
,
n
)
{
...
...
src/components/vhis-modal/vhis-modal.scss
View file @
0fa4942
...
...
@@ -83,10 +83,12 @@ $borderRadius:6px;
}
.title
{
@extend
.bb
;
font-size
:
36px
;
color
:
$cOrange2
;
font-weight
:
bold
;
letter-spacing
:
2
.45px
;
// padding:0 92px;
}
.desc
{
...
...
src/pages/custom-service/components/complaint-acceptance.vue
View file @
0fa4942
...
...
@@ -101,7 +101,7 @@
<!-- 通知 -->
<div
class=
"notice"
>
<p
class=
"notice-item"
>
<p
class=
"notice-item
text-jtf
"
>
<img
class=
"notice-item-icon"
src=
"@/assets/images/reservation/icon-re-notice.png"
>
{{
$t
(
'complaintAcceptance.notice1'
)
}}
</p>
<p
class=
"notice-item pointer"
@
click=
"checked = !checked"
>
...
...
src/pages/custom-service/components/reservation.vue
View file @
0fa4942
...
...
@@ -102,7 +102,7 @@
</div>
<div
class=
"box notice"
>
<p
class=
"notice-item"
>
<p
class=
"notice-item
text-jtf
"
>
<img
class=
"notice-item-icon"
src=
"@/assets/images/reservation/icon-re-notice.png"
>
{{
$t
(
'reservation.notice1'
)
}}
</p>
<p
class=
"notice-item pointer"
@
click=
"checked = !checked"
>
...
...
src/pages/news-detail/news-detail.vue
View file @
0fa4942
<
template
>
<div
class=
"content"
>
<div
>
<div
class=
"top-space"
></div>
<h2
class=
"tit"
>
{{
data
.
title
}}
</h2>
...
...
@@ -11,7 +9,7 @@
<div
class=
"date"
>
<img
class=
"icon-clock"
src=
"@/assets/images/news-detail/icon-clock.png"
alt=
""
>
{{
$t
(
'newsDetail.publishAt'
)
}}
:
{{
data
.
dateFormat
}}
</div>
<div
class=
"pv"
>
{{
$t
(
'newsDetail.readers'
)
}}
:
{{
data
.
pv
}}
{{
$t
(
'newsDetail.per'
)
}}
</div>
</div>
<div
class=
"box desc ql-editor"
v-html=
"data.content"
>
<div
class=
"box desc ql-editor
text-jtf
"
v-html=
"data.content"
>
{{
data
.
content
}}
</div>
</div>
...
...
src/pages/profile/profile.vue
View file @
0fa4942
...
...
@@ -5,7 +5,7 @@
<div>
<div
class=
"top-space"
></div>
<h2
class=
"tit"
>
{{
title
}}
</h2>
<div
class=
"box desc ql-editor"
v-html=
"content"
>
<div
class=
"box desc ql-editor
text-jtf
"
v-html=
"content"
>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment