Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
yangyang
9 years ago
Commit
7f262b806295be243a3d5095b080d71e01bbd4f0
1 parent
6bad4ae0
new页品类条件
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Product/New.php
yohobuy/www.yohobuy.com/application/models/Product/New.php
View file @
7f262b8
...
...
@@ -21,7 +21,7 @@ class NewModel
// 组合搜索商品url
$urlList
[
'product'
]
=
SearchData
::
getProductUrl
(
$searchCondition
[
'condition'
]);
// 组合搜索分类url
$urlList
[
'sort'
]
=
SearchData
::
getClassesUrl
(
$searchCondition
[
'sortCondition'
]
);
$urlList
[
'sort'
]
=
SearchData
::
getClassesUrl
();
// 组合搜索最新上架url
$urlList
[
'recent'
]
=
SearchData
::
getRecentShelveUrl
(
$searchCondition
[
'condition'
]);
...
...
Please
register
or
login
to post a comment