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 21:56:18 +0800
Commit
27b8fc04b46d7e729fa4136ce496624495289e85
1 parent
5c566624
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 @
27b8fc0
...
...
@@ -130,7 +130,7 @@ const getShopIntro = (shopId, uid) => {
method
:
'app.shops.getIntro'
,
shop_id
:
shopId
,
uid
:
uid
},
{
code
:
200
,
cache
:
true
}).
then
(
result
=>
{
},
{
code
:
200
}).
then
(
result
=>
{
return
result
.
data
;
});
};
...
...
Please
register
or
login
to post a comment