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
ee4fa0bf
authored
2020-02-14 20:28:40 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
a667adbf
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
34 additions
and
14 deletions
src/components/clarms/clarms-plugins-modal1.js
src/components/clarms/clarms-plugins-modal1.scss
src/components/clarms/clarms-plugins-modal1.vue
src/components/clarms/clarms-plugins-modal2.js
src/components/clarms/clarms-plugins-modal2.scss
src/components/clarms/clarms-plugins-modal2.vue
src/pages/clarms/clarms.vue
src/components/clarms/clarms-plugins-modal1.js
View file @
ee4fa0b
...
...
@@ -8,6 +8,9 @@ export default {
},
components
:
{},
computed
:
{
locale
()
{
return
this
.
$i18n
.
locale
||
'tc'
;
},
},
methods
:
{
initData
()
{
...
...
src/components/clarms/clarms-plugins-modal1.scss
View file @
ee4fa0b
...
...
@@ -55,18 +55,24 @@
.message
{
margin-left
:
48px
;
// font-size: 1.333333rem;
font-weight
:
bold
;
color
:
$cOrange2
;
letter-spacing
:
1
.4px
;
text-align
:
left
;
line-height
:
1
.5
;
display
:
inline-block
;
height
:
100%
;
min-width
:
100px
;
text-align
:
justify
;
text-align-last
:
left
;
span
{
cursor
:
pointer
;
text-decoration
:
underline
;
}
}
.lsp
{
line-height
:
1
.4
;
letter-spacing
:
0
.7px
;
}
}
.close
{
...
...
src/components/clarms/clarms-plugins-modal1.vue
View file @
ee4fa0b
...
...
@@ -9,7 +9,7 @@
<div
class=
"info-icon"
>
<img
src=
"@/assets/images/clarms/info.png"
>
</div>
<div
class=
"message
"
>
<div
class=
"message"
:class=
"
{'lsp':locale != 'en'}
">
{{
$t
(
'clarms.step2.tip5'
)
}}
<span
@
click=
"toContact"
>
{{
$t
(
'clarms.step2.tip6'
)
}}
</span>
</div>
...
...
src/components/clarms/clarms-plugins-modal2.js
View file @
ee4fa0b
...
...
@@ -5,7 +5,11 @@ export default {
}
},
components
:
{},
computed
:
{},
computed
:
{
locale
()
{
return
this
.
$i18n
.
locale
||
'tc'
;
},
},
methods
:
{
initData
()
{
...
...
src/components/clarms/clarms-plugins-modal2.scss
View file @
ee4fa0b
...
...
@@ -55,12 +55,13 @@
.message
{
margin-left
:
48px
;
// font-size: 1.333333rem;
font-weight
:
bold
;
color
:
$cOrange2
;
letter-spacing
:
1
.4px
;
text-align
:
left
;
line-height
:
1
.5
;
display
:
inline-block
;
height
:
100%
;
min-width
:
100px
;
text-align
:
justify
;
text-align-last
:
left
;
span
{
cursor
:
pointer
;
...
...
@@ -69,6 +70,11 @@
}
}
.lsp
{
line-height
:
1
.4
;
letter-spacing
:
0
.7px
;
}
.close
{
cursor
:
pointer
;
...
...
src/components/clarms/clarms-plugins-modal2.vue
View file @
ee4fa0b
...
...
@@ -9,7 +9,8 @@
<div
class=
"info-icon"
>
<img
src=
"@/assets/images/clarms/suc.png"
>
</div>
<div
class=
"message"
>
<div
class=
"message"
:class=
"
{'lsp':locale != 'en'}">
{{
$t
(
'clarms.step2.tip7'
)
}}
<span
@
click=
"toAccountInformation"
>
{{
$t
(
'clarms.step2.tip8'
)
}}
</span>
</div>
...
...
src/pages/clarms/clarms.vue
View file @
ee4fa0b
...
...
@@ -3,7 +3,7 @@
<div
class=
"navigate"
>
<div
class=
"bg"
></div>
<div
class=
"cont"
>
<span
class=
"tt"
>
{{
$t
(
'c
ustomService.menu5
'
)
}}
</span>
<span
class=
"tt"
>
{{
$t
(
'c
larms.title
'
)
}}
</span>
</div>
</div>
<div
class=
"content"
v-if=
"step == 3"
>
...
...
@@ -24,11 +24,11 @@
<div
class=
"mobile-margin"
>
<template
v-if=
"step == 1"
>
<
!--
<clarms-verify-form
@
insuredInfoList=
"handleInsuredInfo"
></clarms-verify-form>
--
>
<
clarms-verify-form
@
insuredInfoList=
"handleInsuredInfo"
></clarms-verify-form
>
</
template
>
<clarms-material
:insuredList=
"customerList"
:cid=
"cid"
@
showModal=
"handleShowModal"
></clarms-material>
<
template
v-if=
"step == 2"
>
<clarms-material
:insuredList=
"customerList"
:cid=
"cid"
@
showModal=
"handleShowModal"
></clarms-material>
</
template
>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment