Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
79911d461f4176d491cabc123d25e4d2ed492dc2
1 parent
058bd545
save
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
yohobuy/www.yohobuy.com/application/models/Product/Shop.php
View file @
79911d4
...
...
@@ -101,7 +101,6 @@ class ShopModel
array
(
'href'
=>
''
,
'name'
=>
$data
[
'brandIntro'
][
'brandName'
],
'title'
=>
$data
[
'brandIntro'
][
'brandName'
])
)
);
//print_r($result['opts']);
$sort
=
self
::
getSort
(
$res
[
'sort'
],
$parameters
[
'options'
][
'misort'
],
$shopId
);
$searchCondition
[
'userInput'
]
=
empty
(
$searchCondition
[
'userInput'
])
?
array
()
:
$searchCondition
[
'userInput'
];
$param
=
array_merge
(
$searchCondition
[
'userInput'
],
array
(
'navBar'
=>
1
));
...
...
Please
register
or
login
to post a comment