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
Rock Zhang
2015-12-04 18:17:22 +0800
Commit
9afbadede0031184460b3600c395f427ac910dad
1 parent
1ccdaad6
修复sale页面获取到商品错误的bug,由于p_d参数没传导致的
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
library/LibModels/Wap/Product/NewsaleData.php
library/LibModels/Wap/Product/NewsaleData.php
View file @
9afbade
...
...
@@ -99,6 +99,7 @@ class NewsaleData
$param
[
'method'
]
=
'app.search.newProduct'
;
}
else
{
$param
[
'method'
]
=
'app.search.sales'
;
$param
[
'p_d'
]
=
'0.1,0.9'
;
}
$param
[
'page'
]
=
$page
;
$param
[
'limit'
]
=
$limit
;
...
...
Please
register
or
login
to post a comment