Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
9 years ago
Commit
4010da2e6aaacd79891a099fa5709396073e071b
1 parent
c64cda53
'品牌品类跳转'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/js/common/intercept-click.js
public/js/common/intercept-click.js
View file @
4010da2
...
...
@@ -246,7 +246,8 @@ const intercept = (url) => {
// 品牌 品类
if
(
/
\/
brand$/
.
test
(
path
)
||
/
\/
cate$/
.
test
(
path
))
{
return
yoho
.
goTab
({
index
:
1
index
:
1
,
headerIndex
:
/
\/
brand$/
.
test
(
path
)
?
0
:
1
});
}
...
...
Please
register
or
login
to post a comment