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
郭成尧
9 years ago
Commit
d319fd8f3c6c49559ad3f8dbf74fbee53b8b7df7
1 parent
14a84f2b
店铺内搜索跳转到其他店铺
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
static/img/sprite.me.png
yohobuy/m.yohobuy.com/application/controllers/Search.php
static/img/sprite.me.png
View file @
d319fd8
16.3 KB
|
W:
|
H:
17.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
yohobuy/m.yohobuy.com/application/controllers/Search.php
View file @
d319fd8
...
...
@@ -36,7 +36,7 @@ class SearchController extends AbstractAction
{
// 过滤请求参数
$condition
=
filter_input_array
(
INPUT_GET
,
array
(
'shop'
=>
FILTER_DEFAULT
,
'shop
_id
'
=>
FILTER_DEFAULT
,
'categoryId'
=>
FILTER_DEFAULT
,
'subCategoryId'
=>
FILTER_DEFAULT
,
'title'
=>
FILTER_DEFAULT
,
...
...
@@ -105,7 +105,7 @@ class SearchController extends AbstractAction
$brandNames
=
array
();
// 跳转到品牌商品列表页
if
(
$domain
!==
null
)
{
if
(
$domain
!==
null
&&
empty
(
$condition
[
'shop_id'
])
)
{
$url
=
Helpers
::
url
(
''
,
array
(
'from'
=>
'search'
,
'query'
=>
$query
...
...
Please
register
or
login
to post a comment