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
hf
2015-10-22 21:21:42 +0800
Commit
ac19dce932b6342a5c2fca3f98a928515ef11a8c
1 parent
70c4380c
do fixes bug refs YW-783
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
static/js/product/newsale/discount.js
static/js/product/newsale/discount.js
View file @
ac19dce
...
...
@@ -54,7 +54,8 @@ $(window).scroll(function () {
return
;
}
loading
=
true
;
num
=
$goodList
.
children
(
'.good-info'
).
length
;
// num = $goodList.children('.good-info').length;
$
.
ajax
({
type
:
'GET'
,
url
:
'/product/newsale/selectNewSale'
,
...
...
Please
register
or
login
to post a comment