Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
沈志敏
2016-10-27 16:53:54 +0800
Commit
dcc722d4289630dc2c4e6607f194c229d90b3695
2 parents
6ad45dff
1e0adb8c
Merge branch 'release/5.1' of git.yoho.cn:fe/yohobuywap-node into release/5.1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/product/models/list.js
apps/product/models/list.js
View file @
dcc722d
...
...
@@ -180,6 +180,9 @@ const _shopCouponsList = (shopId, uid) => {
* @private
*/
const
getBrandFavStatus
=
(
params
)
=>
{
if
(
params
.
uid
===
'undefined'
)
{
params
.
uid
=
0
;
}
return
api
.
get
(
''
,
{
method
:
'app.favorite.isFavorite'
,
uid
:
params
.
uid
||
0
,
...
...
Please
register
or
login
to post a comment