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
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-11-30 22:05:33 +0800
Commit
5ed3787df9fe04f84d63e19462c5eaf86e6d55c1
1 parent
27b8fc04
fix collect shop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/list.js
apps/product/models/list.js
View file @
5ed3787
...
...
@@ -116,7 +116,7 @@ const _getShopInfo = (shopId, uid) => {
method
:
'app.shops.getIntro'
,
shop_id
:
shopId
,
uid
:
uid
||
0
},
{
code
:
200
,
cache
:
true
}).
then
((
result
)
=>
{
},
{
code
:
200
}).
then
((
result
)
=>
{
return
result
.
data
;
});
};
...
...
Please
register
or
login
to post a comment