Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
zhangxiaoru
8 years ago
Commit
0dffc186012ed36e942dca55ed5ae8ee44b78443
1 parent
39153b9f
会员详情
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
apps/me/controllers/index.js
apps/me/controllers/index.js
View file @
0dffc18
...
...
@@ -282,11 +282,12 @@ const component = {
let
responseData
=
{
module
:
'me'
,
title
:
'会员特权详情'
title
:
'会员特权详情'
,
noLocalCSS
:
true
};
let
param
=
{
uid
:
req
.
user
.
uid
,
uid
:
req
.
user
.
uid
||
20000266
,
channel
:
req
.
cookies
.
_Channel
&&
channels
[
req
.
cookies
.
_Channel
]
||
1
};
...
...
Please
register
or
login
to post a comment