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
htoooth
2016-08-10 16:47:03 +0800
Commit
85e7379cc6cea4a74f02a0044ff546438fff0f76
1 parent
4a24bc5e
新增销售类目
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Search.php
yohobuy/m.yohobuy.com/application/controllers/Search.php
View file @
85e7379
...
...
@@ -86,7 +86,7 @@ class SearchController extends AbstractAction
}
// 标识用户是否有输入搜索内容
$haveQuery
=
$query
!==
''
;
$haveQuery
=
!
empty
(
$query
)
;
// 标识用户搜的是不是一级品类
$isQueryFirstClass
=
false
;
// 标识用户搜的是不是二级品类
...
...
Please
register
or
login
to post a comment