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
陈峰
2017-05-03 10:06:36 +0800
Commit
38df7e922b38232abe917ea3c5c21358ac817ceb
2 parents
589659f0
9e21c38a
Merge branch 'hotfix/detail' into 'master'
商品详情页面不强制校验 session See merge request
!530
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
apps/product/models/detail.js
apps/product/models/detail.js
View file @
38df7e9
@@ -33,6 +33,11 @@ const _getUserProfile = (uid) => {
@@ -33,6 +33,11 @@ const _getUserProfile = (uid) => {
33
uid
:
uid
33
uid
:
uid
34
},
{
34
},
{
35
cache
:
true
35
cache
:
true
36
+
}).
catch
(
function
()
{
37
+
return
{
38
+
code
:
200
,
39
+
data
:
{}
40
+
};
36
});
41
});
37
};
42
};
38
43
Please
register
or
login
to post a comment