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
郭成尧
9 years ago
Commit
348c75b13269de66c00afb50cfc8628bf7958d88
1 parent
41ce148b
'为您优选'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
yohobuy/www.yohobuy.com/application/modules/Home/controllers/Index.php
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
View file @
348c75b
...
...
@@ -429,7 +429,7 @@ class CartModel
*/
public
static
function
getRecommendProduct
(
$channel
,
$uid
,
$udid
,
$page
)
{
$result
=
array
(
'code'
=>
200
,
'message'
=>
''
,
'data'
=>
array
(
'header'
=>
'为
你
优选'
,
'hasPrev'
=>
false
,
'hasNext'
=>
false
,
'item'
=>
array
()));
$result
=
array
(
'code'
=>
200
,
'message'
=>
''
,
'data'
=>
array
(
'header'
=>
'为
您
优选'
,
'hasPrev'
=>
false
,
'hasNext'
=>
false
,
'item'
=>
array
()));
do
{
if
(
!
is_numeric
(
$page
))
{
...
...
yohobuy/www.yohobuy.com/application/modules/Home/controllers/Index.php
View file @
348c75b
...
...
@@ -52,7 +52,7 @@ class IndexController extends WebAction
default
:
break
;
}
// 为
你
优选 tar add 160701
// 为
您
优选 tar add 160701
$data
[
'recommend'
]
=
IndexModel
::
preferenceData
(
$channelNum
,
$uid
,
$udid
,
'100004'
,
30
);
//取消订单原因列表
...
...
Please
register
or
login
to post a comment