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
runner
2016-07-14 16:33:33 +0800
Commit
83c77b85720b2eaf77d466deb4c1270aa2c085a1
1 parent
b8436197
shop.js update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
static/js/product/shop.js
static/js/product/shop.js
View file @
83c77b8
...
...
@@ -461,6 +461,11 @@ function search(opt) {
discount
:
opt
.
id
};
break
;
case
'ageLevel'
:
ext
=
{
age_level
:
opt
.
id
};
break
;
}
$
.
extend
(
defaultOpt
,
ext
);
//扩展筛选项
}
...
...
Please
register
or
login
to post a comment