Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr
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
lixy
vue-ssr
Commits
ccd47f38
Commit
ccd47f38
authored
Sep 09, 2019
by
lixy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关于欣新-定位
parent
e7e8b7bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
aboutXx.vue
pages/aboutXx.vue
+6
-6
No files found.
pages/aboutXx.vue
View file @
ccd47f38
...
@@ -191,20 +191,20 @@
...
@@ -191,20 +191,20 @@
let
top
=
document
.
querySelector
(
'#'
+
id
).
offsetTop
;
let
top
=
document
.
querySelector
(
'#'
+
id
).
offsetTop
;
if
(
id
==
"history01"
){
if
(
id
==
"history01"
){
if
(
this
.
barFixed
){
if
(
this
.
barFixed
){
document
.
documentElement
.
scrollTop
=
top
-
220
;
document
.
body
.
scrollTop
=
document
.
documentElement
.
scrollTop
=
top
-
220
;
}
else
{
}
else
{
document
.
documentElement
.
scrollTop
=
top
-
301
;
document
.
body
.
scrollTop
=
document
.
documentElement
.
scrollTop
=
top
-
301
;
}
}
this
.
tabIndex
=
0
;
this
.
tabIndex
=
0
;
}
else
if
(
id
==
"history02"
){
}
else
if
(
id
==
"history02"
){
this
.
tabIndex
=
1
;
this
.
tabIndex
=
1
;
document
.
documentElement
.
scrollTop
=
top
-
260
;
document
.
body
.
scrollTop
=
document
.
documentElement
.
scrollTop
=
top
-
260
;
}
else
if
(
id
==
"history03"
){
}
else
if
(
id
==
"history03"
){
this
.
tabIndex
=
2
;
this
.
tabIndex
=
2
;
document
.
documentElement
.
scrollTop
=
top
-
260
;
document
.
body
.
scrollTop
=
document
.
documentElement
.
scrollTop
=
top
-
260
;
}
else
if
(
id
==
"history04"
){
}
else
if
(
id
==
"history04"
){
this
.
tabIndex
=
3
;
this
.
tabIndex
=
3
;
document
.
documentElement
.
scrollTop
=
top
-
260
;
document
.
body
.
scrollTop
=
document
.
documentElement
.
scrollTop
=
top
-
260
;
}
}
this
.
barFixed
=
true
;
this
.
barFixed
=
true
;
},
},
...
...
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