Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
石坚
8 years ago
Commit
57892778461751c8a6c8b78adc324bc9fbc8ebb0
1 parent
bcb9f7af
camel个人中心
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/me/controllers/returns.js
apps/me/controllers/returns.js
View file @
5789277
...
...
@@ -18,7 +18,7 @@ const index = (req, res, next) => {
Promise
.
all
([
returns
.
getUserReturn
(
uid
,
page
),
mcHandler
.
getMeThumb
()]).
then
(
result
=>
{
const
pageData
=
result
[
0
];
const
thumb
=
result
[
1
];
const
thumb
=
result
[
1
];
res
.
display
(
'index'
,
{
page
:
'return-list'
,
...
...
Please
register
or
login
to post a comment