Authored by 陈峰

Merge branch 'hotfix/detail' into 'master'

商品详情页面不强制校验 session



See merge request !530
... ... @@ -33,6 +33,11 @@ const _getUserProfile = (uid) => {
uid: uid
}, {
cache: true
}).catch(function() {
return {
code: 200,
data: {}
};
});
};
... ...