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
Rock Zhang
9 years ago
Commit
c1ce9adbacd07fb1cdd54e445172e4bcc4f181ca
1 parent
7a7cf6ae
修改请求top100数据位异步
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Newsale.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Newsale.php
View file @
c1ce9ad
...
...
@@ -101,7 +101,7 @@ class NewsaleController extends AbstractAction
{
$result
=
array
();
//
if ($this->isAjax()) {
if
(
$this
->
isAjax
())
{
$sort
=
$this
->
get
(
'sort'
,
null
);
$tab_id
=
$this
->
get
(
'tab_id'
,
null
);
$limit
=
$this
->
get
(
'limit'
,
50
);
...
...
@@ -111,7 +111,7 @@ class NewsaleController extends AbstractAction
// 获取性别
$gender
=
Helpers
::
getGenderByCookie
();
$result
=
\Product\NewsaleModel
::
selectTopData
(
$gender
,
$sort
,
$tab_id
,
$notab
,
$limit
,
$page
);
//
}
}
if
(
empty
(
$result
))
{
echo
' '
;
...
...
Please
register
or
login
to post a comment