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) => {
uid
:
uid
},
{
cache
:
true
}).
catch
(
function
()
{
return
{
code
:
200
,
data
:
{}
};
});
};
...
...
Please
register
or
login
to post a comment