产品介绍跳vhis页
Showing
4 changed files
with
6 additions
and
4 deletions
| ... | @@ -74,7 +74,8 @@ module.exports = { | ... | @@ -74,7 +74,8 @@ module.exports = { | 
| 74 | }, | 74 | }, | 
| 75 | navList: [{ | 75 | navList: [{ | 
| 76 | name: "Our Products", | 76 | name: "Our Products", | 
| 77 | path: "/product/introduction", | 77 | // path: "/product/introduction", | 
| 78 | path:"/vhis/detail", | ||
| 78 | list: [{ | 79 | list: [{ | 
| 79 | name: "VHIS", | 80 | name: "VHIS", | 
| 80 | path: "/vhis/detail" | 81 | path: "/vhis/detail" | ... | ... | 
| ... | @@ -75,7 +75,8 @@ module.exports = { | ... | @@ -75,7 +75,8 @@ module.exports = { | 
| 75 | }, | 75 | }, | 
| 76 | navList: [{ | 76 | navList: [{ | 
| 77 | name: "產品介紹", | 77 | name: "產品介紹", | 
| 78 | path: "/product/introduction", | 78 | // path: "/product/introduction", | 
| 79 | path:"/vhis/detail", | ||
| 79 | list: [{ | 80 | list: [{ | 
| 80 | name: "自願醫保計劃", | 81 | name: "自願醫保計劃", | 
| 81 | path: "/vhis/detail" | 82 | path: "/vhis/detail" | ... | ... | 
| ... | @@ -75,7 +75,8 @@ module.exports = { | ... | @@ -75,7 +75,8 @@ module.exports = { | 
| 75 | }, | 75 | }, | 
| 76 | navList: [{ | 76 | navList: [{ | 
| 77 | name: "产品介绍", | 77 | name: "产品介绍", | 
| 78 | path: "/product/introduction", | 78 | // path: "/product/introduction", | 
| 79 | path:"/vhis/detail", | ||
| 79 | list: [{ | 80 | list: [{ | 
| 80 | name: "自愿医保计划", | 81 | name: "自愿医保计划", | 
| 81 | path: "/vhis/detail" | 82 | path: "/vhis/detail" | ... | ... | 
| ... | @@ -168,7 +168,6 @@ export default { | ... | @@ -168,7 +168,6 @@ export default { | 
| 168 | 168 | ||
| 169 | if (this.policyDetail.activeDate) { | 169 | if (this.policyDetail.activeDate) { | 
| 170 | let ymds = this.policyDetail.activeDate.split(" ")[0].split("-"); | 170 | let ymds = this.policyDetail.activeDate.split(" ")[0].split("-"); | 
| 171 | |||
| 172 | this.policyDetail.ymd1 = ymds[0]; | 171 | this.policyDetail.ymd1 = ymds[0]; | 
| 173 | this.policyDetail.ymd2 = ymds[1]; | 172 | this.policyDetail.ymd2 = ymds[1]; | 
| 174 | this.policyDetail.ymd3 = ymds[2]; | 173 | this.policyDetail.ymd3 = ymds[2]; | ... | ... | 
- 
Please register or sign in to post a comment