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
2ca3c7ec
authored
2020-02-12 11:49:53 +0800
by
joe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修复buglist 0210的5个bug
1 parent
bc0cf6aa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
81 additions
and
16 deletions
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/components/clarms/clarms-plugins-material.scss
src/components/clarms/clarms-plugins-material.vue
src/components/clarms/clarms-plugins-verifyform.vue
src/pages/custom-service/components/clarms.js
src/pages/custom-service/components/clarms.vue
src/pages/infomation-improve/infomation-improve.js
src/pages/infomation-improve/infomation-improve.vue
src/pages/vhis-detail/vhis-detail.vue
src/common/lang/en.js
View file @
2ca3c7e
...
...
@@ -350,7 +350,9 @@ module.exports = {
e5
:
"請填寫證件號碼"
,
e6
:
"您填寫的證件號碼有誤"
,
e7
:
"您填寫的信息有誤,請核實後重新提交"
,
}
},
noPolicy
:
"Sorry, the information you entered does not match our records. Please re-enter it. For help, please"
,
customService
:
"contact customer service hotline"
,
},
index
:
{
news
:
"新聞資訊"
,
...
...
@@ -845,7 +847,9 @@ module.exports = {
label3
:
"Document type"
,
label4
:
"Identification Number"
,
label5
:
"Birthday"
,
btn
:
"Apply now"
btn
:
"Apply now"
,
noPolicy
:
"Sorry, the information you entered does not match our records. Please re-enter it. For help, please"
,
customService
:
"contact customer service hotline"
,
},
step2
:
{
label1
:
"I want to claim for"
,
...
...
src/common/lang/tc.js
View file @
2ca3c7e
...
...
@@ -350,7 +350,9 @@ module.exports = {
e5
:
"請填寫證件號碼"
,
e6
:
"您填寫的證件號碼有誤"
,
e7
:
"您填寫的信息有誤,請核實後重新提交"
,
}
},
noPolicy
:
"對不起,您輸入的資料與本公司的紀錄不符,請重新輸入。如需幫助可"
,
customService
:
"聯繫客服"
,
},
index
:
{
news
:
"新聞資訊"
,
...
...
@@ -840,7 +842,9 @@ module.exports = {
label3
:
"證件類型"
,
label4
:
"證件號碼"
,
label5
:
"出生日期"
,
btn
:
"立即申請"
btn
:
"立即申請"
,
noPolicy
:
"對不起,您輸入的資料與本公司的紀錄不符,請重新輸入。如需幫助可"
,
customService
:
"聯繫客服"
,
},
step2
:
{
label1
:
"我想為"
,
...
...
src/common/lang/zh.js
View file @
2ca3c7e
...
...
@@ -350,7 +350,9 @@ module.exports = {
e5
:
"请填写证件号码"
,
e6
:
"您填写的证件号码有误"
,
e7
:
"您填写的信息有误,请核实后重新提交"
,
}
},
noPolicy
:
"对不起,您输入的数据与本公司的纪录不符,请重新输入。如需帮助可"
,
customService
:
"联系客服"
,
},
index
:
{
news
:
"新闻资讯"
,
...
...
@@ -842,7 +844,9 @@ module.exports = {
label3
:
"证件类型"
,
label4
:
"证件号码"
,
label5
:
"出生日期"
,
btn
:
"立即申请"
btn
:
"立即申请"
,
noPolicy
:
"对不起,您输入的数据与本公司的纪录不符,请重新输入。如需帮助可"
,
customService
:
"联系客服"
,
},
step2
:
{
label1
:
"我想为"
,
...
...
src/components/clarms/clarms-plugins-material.scss
View file @
2ca3c7e
...
...
@@ -14,6 +14,29 @@ input {
color
:
#747474
;
}
.empty
{
flex
:
1
;
height
:
30rem
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
.tips
{
align-items
:
center
;
display
:
flex
;
.icon
{
margin-right
:
5px
;
display
:
inline-block
;
}
.btn
{
color
:
$cOrange
;
font-size
:
1
.166667rem
;
}
}
}
.submit-btn
{
background
:
url("~@assets/images/vhis/vhis-btn.png")
;
background-size
:
100%
100%
;
...
...
src/components/clarms/clarms-plugins-material.vue
View file @
2ca3c7e
This diff is collapsed.
Click to expand it.
src/components/clarms/clarms-plugins-verifyform.vue
View file @
2ca3c7e
...
...
@@ -59,8 +59,8 @@
<div
class=
"tips"
v-if=
"showTips"
>
<img
class=
"icon"
src=
"@/assets/images/common/icon-alert-i.png"
alt=
""
>
<div
class=
"txt"
>
{{
$t
(
'c
ustomService.insuranceQuery
.noPolicy'
)
}}
<span
class=
"pointer btn"
@
click=
"toContactUs"
>
{{
$t
(
'c
ustomService.insuranceQuery
.customService'
)
}}
</span>
{{
$t
(
'c
larms.step1
.noPolicy'
)
}}
<span
class=
"pointer btn"
@
click=
"toContactUs"
>
{{
$t
(
'c
larms.step1
.customService'
)
}}
</span>
</div>
</div>
</div>
...
...
src/pages/custom-service/components/clarms.js
View file @
2ca3c7e
...
...
@@ -27,7 +27,7 @@ import ClarmsMaterial from '@/components/clarms/clarms-plugins-material.vue';
export
default
{
data
()
{
return
{
step
:
0
,
// 1是表单;2是报案页面
step
:
0
,
// 1是表单;2是报案页面
;3=信息不完整
showModal1
:
false
,
showModal2
:
false
,
agress
:
false
,
...
...
@@ -77,7 +77,7 @@ export default {
this
.
cid
=
res
;
this
.
checkCid
();
}
else
{
this
.
step
=
1
;
this
.
step
=
3
;
}
}).
catch
(
e
=>
{
this
.
step
=
1
;
...
...
@@ -88,13 +88,18 @@ export default {
cid
:
this
.
cid
}
httpPost
({
url
:
api
.
clarmsCustomerList
,
data
:
param
}).
then
(
res
=>
{
if
(
res
&&
res
.
insuredInfoList
&&
res
.
insuredInfoList
.
length
>
0
)
{
sessionStorage
.
removeItem
(
"clarmsRequestCid"
);
if
(
res
)
{
this
.
customerList
=
res
.
insuredInfoList
;
this
.
step
=
2
;
}
else
{
sessionStorage
.
removeItem
(
"clarmsRequestCid"
);
this
.
step
=
1
;
}
// if (res && res.insuredInfoList && res.insuredInfoList.length > 0) {
// this.customerList = res.insuredInfoList;
// this.step = 2;
// } else {
// sessionStorage.removeItem("clarmsRequestCid");
// this.step = 1;
// }
}).
catch
(
e
=>
{
sessionStorage
.
removeItem
(
"clarmsRequestCid"
);
this
.
step
=
1
;
...
...
@@ -113,6 +118,10 @@ export default {
this
.
showModal2
=
true
;
}
},
gotoInformationPage
()
{
let
c
=
this
.
$route
.
fullPath
;
this
.
$router
.
push
({
path
:
"/infomation/improve"
,
query
:
{
c
:
c
,
a
:
1
}
});
},
logoutAction
()
{
this
.
sid
=
false
;
this
.
hadQueryCustomerList
=
false
;
...
...
src/pages/custom-service/components/clarms.vue
View file @
2ca3c7e
<
template
>
<div>
<template
v-if=
"step == 3"
>
<div
class=
"alert"
>
<img
class=
"icon"
src=
"@/assets/images/common/icon-alert-i.png"
alt=
""
>
<div
class=
"txt"
>
{{
$t
(
'customService.unauth.baseInfoTip'
)
}}
<span
class=
"pointer btn"
@
click=
"gotoInformationPage"
>
{{
$t
(
'customService.unauth.infoBtn'
)
}}
</span>
{{
$t
(
'customService.unauth.baseInfoTail'
)
}}
</div>
<!--
<img
class=
"pointer close"
src=
"@/assets/images/common/icon-alert-close.png"
alt=
""
>
-->
</div>
</
template
>
<clarms-modal-one
v-if=
"showModal1"
@
close=
"showModal1 = false"
></clarms-modal-one>
<clarms-modal-two
v-if=
"showModal2"
@
close=
"showModal2 = false"
></clarms-modal-two>
<div
class=
"mobile-margin"
>
...
...
src/pages/infomation-improve/infomation-improve.js
View file @
2ca3c7e
...
...
@@ -169,6 +169,7 @@ export default {
sid
:
true
}).
then
(
response
=>
{
this
.
loading
=
false
;
console
.
log
(
response
);
if
(
response
.
returnCode
==
"0"
)
{
this
.
errorModel
=
0
;
let
userInfo
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
userInfo
));
...
...
@@ -224,6 +225,9 @@ export default {
// this.showModal(this.i18n.infomationImprove.errorTips.e7, "info");
this
.
errorTips
.
e5
=
message
;
break
;
case
"-1"
:
this
.
errorModel
=
3
;
break
;
case
"0"
:
message
=
this
.
i18n
.
infomationImprove
.
successMsg
;
let
path
=
this
.
$route
.
query
.
c
||
"/"
;
...
...
src/pages/infomation-improve/infomation-improve.vue
View file @
2ca3c7e
...
...
@@ -110,6 +110,11 @@
<div>
{{$t('customService.auth.notMatch')}}
<span
class=
"contact pointer"
@
click=
"toContactUs"
>
{{$t('customService.auth.customService')}}
</span>
</div>
</div>
<div
class=
"flex-center validator authTip"
v-if=
"errorModel == 3"
>
<div
class=
"icon"
><img
src=
"@/assets/images/common/icon-notice.png"
alt=
""
></div>
<div>
{{$t('infomationImprove.noPolicy')}}
<span
class=
"contact pointer"
@
click=
"toContactUs"
>
{{$t('infomationImprove.customService')}}
</span>
</div>
</div>
<div
class=
"login-btn-wrap"
>
<div
@
click=
"onUpdateHandler()"
class=
"login-submit pointer flex-center mr30"
:class=
"{disabled: submitBtnDisabled}"
>
...
...
src/pages/vhis-detail/vhis-detail.vue
View file @
2ca3c7e
...
...
@@ -7,8 +7,8 @@
<div
class=
"banner banner-pc"
>
<swiper
:options=
"swiperOption"
>
<swiper-slide
v-for=
"(item,index) in bannerList"
:key=
"index"
>
<
!--
<img
class=
"banner-img"
:src=
"item.pcBannerUrl"
>
--
>
<
img
:src=
"require('@/assets/images/vhis/kv.png')"
>
<
img
class=
"banner-img"
:src=
"item.pcBannerUrl"
>
<
!--
<img
:src=
"require('@/assets/images/vhis/kv.png')"
>
--
>
<div
class=
"btn-wrap"
>
<div
v-for=
"(btnItem, btnIndex) in item.btns"
:key=
"btnIndex"
>
<div
class=
"banner-btn"
v-if=
"btnItem.n && btnItem.t && btnItem.c"
@
click=
"btnNavigateTo(btnItem.t,btnItem.l)"
:style=
"
{backgroundColor:btnItem.c}">
{{
btnItem
.
n
}}
</div>
...
...
Please
register
or
sign in
to post a comment