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
9c776bb3
authored
2020-05-22 17:52:49 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
产品介绍跳vhis页
1 parent
3adfc471
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
src/common/lang/en.js
src/common/lang/tc.js
src/common/lang/zh.js
src/components/vhis-modal/vhis-modal.js
src/common/lang/en.js
View file @
9c776bb
...
...
@@ -74,7 +74,8 @@ module.exports = {
},
navList
:
[{
name
:
"Our Products"
,
path
:
"/product/introduction"
,
// path: "/product/introduction",
path
:
"/vhis/detail"
,
list
:
[{
name
:
"VHIS"
,
path
:
"/vhis/detail"
...
...
src/common/lang/tc.js
View file @
9c776bb
...
...
@@ -75,7 +75,8 @@ module.exports = {
},
navList
:
[{
name
:
"產品介紹"
,
path
:
"/product/introduction"
,
// path: "/product/introduction",
path
:
"/vhis/detail"
,
list
:
[{
name
:
"自願醫保計劃"
,
path
:
"/vhis/detail"
...
...
src/common/lang/zh.js
View file @
9c776bb
...
...
@@ -75,7 +75,8 @@ module.exports = {
},
navList
:
[{
name
:
"产品介绍"
,
path
:
"/product/introduction"
,
// path: "/product/introduction",
path
:
"/vhis/detail"
,
list
:
[{
name
:
"自愿医保计划"
,
path
:
"/vhis/detail"
...
...
src/components/vhis-modal/vhis-modal.js
View file @
9c776bb
...
...
@@ -168,7 +168,6 @@ export default {
if
(
this
.
policyDetail
.
activeDate
)
{
let
ymds
=
this
.
policyDetail
.
activeDate
.
split
(
" "
)[
0
].
split
(
"-"
);
this
.
policyDetail
.
ymd1
=
ymds
[
0
];
this
.
policyDetail
.
ymd2
=
ymds
[
1
];
this
.
policyDetail
.
ymd3
=
ymds
[
2
];
...
...
Please
register
or
sign in
to post a comment