Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
华国豪
Athena
Commits
4b262951
Commit
4b262951
authored
Jan 03, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
b38b5651
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
detailTwo.vue
src/components/mall/detailTwo.vue
+5
-4
No files found.
src/components/mall/detailTwo.vue
View file @
4b262951
...
@@ -311,7 +311,7 @@
...
@@ -311,7 +311,7 @@
<i
class=
"iconfont icon-hangchenganpai"
></i>
<i
class=
"iconfont icon-hangchenganpai"
></i>
PDF下载
PDF下载
</li>
</li>
<li
@
click=
"goUrlTrip()"
>
<li
@
click=
"goUrlTrip()"
v-if=
"dataList.lineId!=2"
>
<i
class=
"iconfont icon-hangchenganpai"
></i>
<i
class=
"iconfont icon-hangchenganpai"
></i>
行程
行程
</li>
</li>
...
@@ -1192,13 +1192,14 @@
...
@@ -1192,13 +1192,14 @@
},
},
//跳转至新行程
//跳转至新行程
goUrlTrip
(){
goUrlTrip
(){
this
.
$router
.
push
({
let
routeData
=
this
.
$router
.
resolve
({
name
:
"newTrip"
,
name
:
'newTrip'
,
query
:
{
query
:
{
ID
:
decodeURIComponent
(
this
.
$route
.
params
.
id
),
ID
:
decodeURIComponent
(
this
.
$route
.
params
.
id
),
tcid
:
decodeURIComponent
(
this
.
$route
.
params
.
tcid
)
tcid
:
decodeURIComponent
(
this
.
$route
.
params
.
tcid
)
,
}
}
})
})
window
.
open
(
routeData
.
href
,
'_blank'
)
},
},
handleScroll
()
{
handleScroll
()
{
try
{
try
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment