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
Plain Diff
Browse Files
Authored by
xuqi
2015-10-30 22:18:42 +0800
Commit
0840f389c74beebaf14387b760cb49d44e4b4bb4
2 parents
c50223fa
eb60f2ee
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
framework
static/js/product/newsale/discount.js
static/js/product/newsale/newarrival.js
framework
@
119c247f
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit
119c247f5cf929aa1e059e40609bb16dd6b58f05
...
...
static/js/product/newsale/discount.js
View file @
0840f38
...
...
@@ -227,7 +227,7 @@ function search(opt) {
$
.
ajax
({
type
:
'GET'
,
url
:
'/
newArrival
/filter'
,
url
:
'/
product/newsale
/filter'
,
data
:
defaultOpt
,
success
:
function
(
data
)
{
$goodsContainer
.
append
(
data
);
...
...
static/js/product/newsale/newarrival.js
View file @
0840f38
...
...
@@ -37,7 +37,8 @@ var defaultOpt = {
discount
:
$
(
'#discount'
).
val
(),
limit
:
$
(
'#limit'
).
val
(),
channel
:
$
(
'#channel'
).
val
(),
p_d
:
$
(
'#p_d'
).
val
()
p_d
:
$
(
'#p_d'
).
val
(),
dayLimit
:
1
};
var
now
=
new
Date
(),
...
...
Please
register
or
login
to post a comment