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
周少峰
2016-07-15 21:00:33 +0800
Commit
5324fb17788da6461937f508e73dc21854cddccb
1 parent
54afb040
brand and shop add age level
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
static/js/product/shop.js
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
static/js/product/shop.js
View file @
5324fb1
...
...
@@ -418,7 +418,7 @@ function search(opt) {
$listNav
.
children
(
'.active'
).
removeClass
(
'active'
);
$pre
.
addClass
(
'active'
);
if
(
opt
.
id
)
{
if
(
opt
.
hasOwnProperty
(
'id'
)
)
{
switch
(
opt
.
type
)
{
case
'shop_id'
:
ext
=
{
...
...
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Index.php
View file @
5324fb1
...
...
@@ -170,6 +170,7 @@ class IndexController extends AbstractAction
'discount'
=>
FILTER_DEFAULT
,
'gender'
=>
FILTER_DEFAULT
,
'channel'
=>
FILTER_DEFAULT
,
'ageLevel'
=>
FILTER_DEFAULT
,
'p_d'
=>
FILTER_DEFAULT
,),
false
);
$condition
[
'brand'
]
=
$brandId
;
// 转义店铺
...
...
Please
register
or
login
to post a comment