Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
2015-12-21 17:31:31 +0800
Commit
15b7e46628621809aa136726cb4e8eb2cec151b7
1 parent
7fce67db
'取消活动数据下拉'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
static/js/guang/detail.js
static/js/product/detail/detail.js
static/js/guang/detail.js
View file @
15b7e46
...
...
@@ -47,7 +47,6 @@ function posCollocationArrow($curCo) {
});
}
}
//搭配thumb的touch事件句柄
function
thumbTouchEvt
(
e
)
{
var
$curCo
=
$
(
e
.
currentTarget
),
...
...
static/js/product/detail/detail.js
View file @
15b7e46
...
...
@@ -32,6 +32,9 @@ function showFooter() {
},
200
);
}
if
(
$
(
'#goodsDiscount h1'
).
length
<
1
)
{
$
(
'.dropdown'
).
remove
();
}
showFooter
();
lazyLoad
(
$
(
'img.lazy'
));
...
...
Please
register
or
login
to post a comment