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-10-09 16:10:04 +0800
Commit
ba038462cb54fc72d5c522525510c86088973ee7
1 parent
4fc1b391
camcase
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 @
ba03846
...
...
@@ -724,7 +724,7 @@ const getShopIntro = (shopId) => {
method
:
'app.shops.getIntro'
,
shop_id
:
shopId
},
{
code
:
200
,
cache
:
true
}).
then
(
result
=>
{
return
result
.
data
return
result
.
data
;
});
};
...
...
Please
register
or
login
to post a comment