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
ccbikai(👎🏻🍜)
2017-05-05 11:40:12 +0800
Commit
1e543d8d630773f15ccf99d86a6f3f74399f47ee
2 parents
41935bf5
5ead7cb5
Merge branch 'master' into release/5.7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
apps/product/models/sale.js
apps/product/models/sale.js
View file @
1e543d8
...
...
@@ -224,6 +224,11 @@ const _getUserProfile = (uid, params) => {
uid
:
uid
},
{
cache
:
true
}).
catch
(
function
()
{
return
{
code
:
200
,
data
:
{}
};
});
};
...
...
Please
register
or
login
to post a comment