Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
biao
2015-12-21 11:57:40 +0800
Commit
5c4f0abbc447d7eed44c63a2f32f44aa3d4b20d5
1 parent
98e48ea6
remove console.log code. code review by XWG
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
static/js/cart/cart.js
static/js/cart/cart.js
View file @
5c4f0ab
...
...
@@ -22,9 +22,6 @@ require('./good');
lazyLoad
(
$
(
'img.lazy'
));
console
.
log
(
$
(
document
).
height
());
console
.
log
(
$
(
window
).
height
());
if
(
'advance'
===
cartType
)
{
$cartContent
.
toggleClass
(
'hide'
);
}
...
...
Please
register
or
login
to post a comment