Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
毕凯
2015-12-31 17:09:15 +0800
Commit
57d4889b0a3059198f43274e10d4aa0197e87ccf
1 parent
452ca5f9
收藏品牌页面跳转问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
static/js/me/fav.js
static/js/me/fav.js
View file @
57d4889
...
...
@@ -241,5 +241,7 @@ $(window).scroll(scrollHandler);
$
(
document
).
on
(
'touchend'
,
'.swiper-header'
,
function
()
{
var
url
=
$
(
this
).
find
(
'.fav-more'
).
attr
(
'href'
);
if
(
url
)
{
window
.
location
.
href
=
url
;
}
});
...
...
Please
register
or
login
to post a comment