Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
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
front-end-dev
techbook
Commits
4908d31a
Commit
4908d31a
authored
Jan 13, 2021
by
zhangyanni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索
parent
63044310
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
search.vue
src/views/mobile/search/search.vue
+3
-3
No files found.
src/views/mobile/search/search.vue
View file @
4908d31a
...
...
@@ -1580,13 +1580,13 @@
vm
.
currentIndex
=
3
;
}
if
(
from
.
name
&&
(
from
.
name
.
indexOf
(
"article"
)
!=
-
1
))
{
vm
.
currentIndex
=
6
;
vm
.
currentIndex
=
5
;
}
if
(
from
.
name
&&
(
from
.
name
.
indexOf
(
"guess"
)
!=
-
1
||
from
.
name
.
indexOf
(
"Guess"
)
!=
-
1
))
{
vm
.
currentIndex
=
5
;
vm
.
currentIndex
=
7
;
}
if
(
from
.
name
&&
(
from
.
name
.
indexOf
(
"industryReport"
)
!=
-
1
))
{
vm
.
currentIndex
=
7
;
vm
.
currentIndex
=
6
;
}
}
...
...
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