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
郭成尧
9 years ago
Commit
a78d14feaf58de4a62d69436f6f1d8770dc4fe38
1 parent
b946ff56
'uid处理'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
library/LibModels/Web/Home/UserData.php
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
library/LibModels/Web/Home/UserData.php
View file @
a78d14f
...
...
@@ -228,7 +228,9 @@ class UserData
$param
=
Yohobuy
::
param
();
$param
[
'method'
]
=
'app.home.newPreference'
;
$param
[
'yh_channel'
]
=
$channel
;
$param
[
'uid'
]
=
$uid
;
if
(
$uid
!=
0
&&
$uid
!=
null
)
{
$param
[
'uid'
]
=
$uid
;
}
$param
[
'udid'
]
=
$udid
;
$param
[
'rec_pos'
]
=
$rec_pos
;
$param
[
'limit'
]
=
$limit
;
...
...
yohobuy/www.yohobuy.com/application/models/Shopping/Cart.php
View file @
a78d14f
...
...
@@ -419,13 +419,13 @@ class CartModel
/**
* 获取为你优选商品 待处理
*
* @param $channel
* @param $uid
* @param $udid
* @param $rec_pos
* @param $limit
* @param $channel 频道
* @param $uid 用户id
* @param $udid 设备id
* @param int $page 分页页码
* @return array
* @internal param $rec_pos
* @internal param $limit
*/
public
static
function
getRecommendProduct
(
$channel
,
$uid
,
$udid
,
$page
)
{
...
...
Please
register
or
login
to post a comment