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
bb0b33c9
Commit
bb0b33c9
authored
Sep 09, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
846e567e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
FreeHome.vue
src/components/FreeTravel/FreeHome.vue
+5
-2
FreeList.vue
src/components/FreeTravel/FreeList.vue
+3
-1
FreeList2.vue
src/components/FreeTravel/FreeList2.vue
+2
-0
No files found.
src/components/FreeTravel/FreeHome.vue
View file @
bb0b33c9
...
...
@@ -945,9 +945,11 @@ export default {
KkdayDomain
:
""
,
CCList
:
[],
defaultImg
:
'this.src="'
+
require
(
'assets/img/juan/error.png'
)
+
'"'
,
isLogin
:
1
,
}
},
mounted
()
{
this
.
isLogin
=
this
.
$store
.
state
.
isLogin
;
this
.
scrollobj
=
document
.
getElementsByClassName
(
'el-scrollbar__wrap'
)[
0
];
this
.
scrollobj
.
addEventListener
(
'scroll'
,
this
.
handleScroll
);
this
.
getDataList
()
...
...
@@ -958,8 +960,9 @@ export default {
methods
:
{
getSelect
(
e
){
if
(
e
.
prod_no
&&
(
e
.
type
==
2
||
e
.
type
==
1
))
{
let
dom
=
document
.
querySelector
(
"#blankLink"
)
let
fullPath
=
`/FreeList?id=
${
e
.
prod_no
}
&name=
${
e
.
prod_name
}
&CCListActive=
${
this
.
CCListActive
}
&type=
${
e
.
type
}
`
;
let
dom
=
document
.
querySelector
(
"#blankLink"
);
let
num
=
e
.
type
==
2
?
'2'
:
''
;
let
fullPath
=
`/FreeList
${
num
}
?id=
${
e
.
prod_no
}
&name=
${
e
.
prod_name
}
&CCListActive=
${
this
.
CCListActive
}
&type=
${
e
.
type
}
`
;
dom
.
href
=
`http://
${
window
.
location
.
host
}
/#
${
fullPath
}
`
dom
.
click
()
}
else
if
(
e
.
prod_no
&&
!
e
.
type
){
...
...
src/components/FreeTravel/FreeList.vue
View file @
bb0b33c9
...
...
@@ -847,10 +847,12 @@ export default {
checkd
:
false
,
},
]
}]
}],
isLogin
:
1
,
}
},
mounted
()
{
this
.
isLogin
=
this
.
$store
.
state
.
isLogin
;
this
.
ccId
=
this
.
$route
.
query
.
id
;
this
.
ccName
=
this
.
$route
.
query
.
name
;
this
.
CCListActive
=
this
.
$route
.
query
.
CCListActive
;
...
...
src/components/FreeTravel/FreeList2.vue
View file @
bb0b33c9
...
...
@@ -891,9 +891,11 @@ export default {
}],
weatherList
:
[],
keywords
:
''
,
isLogin
:
1
,
}
},
mounted
()
{
this
.
isLogin
=
this
.
$store
.
state
.
isLogin
;
if
(
this
.
$route
.
query
.
keywords
)
{
this
.
keywords
=
this
.
$route
.
query
.
keywords
this
.
msg
.
keywords
=
this
.
$route
.
query
.
keywords
...
...
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