Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
runner
9 years ago
Commit
f861eae4612826be7b1846c36c1b031021bb9aa6
1 parent
68819df2
uc浏览器 悬浮导航bug 修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/outlet.page.js
public/js/product/outlet.page.js
View file @
f861eae
...
...
@@ -117,7 +117,7 @@ $('.more-activity').click(function() {
// 页面(包括图片在内)全部加载完才能设置导航悬浮效果,否则位置结算会不准
if
(
navigator
.
userAgent
.
indexOf
(
'UCBrowser'
)
===
-
1
)
{
if
(
navigator
.
userAgent
.
indexOf
(
'UCBrowser'
)
===
-
1
)
{
window
.
onload
=
function
()
{
$categoryNav
.
fixNav
({
autoRollTop
:
true
...
...
Please
register
or
login
to post a comment