Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2017-02-28 17:24:32 +0800
Commit
085759552f9932233c9549bc5596a8edfb45b347
1 parent
8b113d4e
list decode try catch
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/list.js
apps/product/controllers/list.js
View file @
0857595
...
...
@@ -99,7 +99,7 @@ exports.index = (req, res, next) => {
resData
.
list
.
phrase
=
decodeURIComponent
(
req
.
query
.
phrase
);
}
catch
(
e
)
{
resData
.
list
.
phrase
=
''
;
}
;
}
}
res
.
render
(
'list/index'
,
resData
);
...
...
Please
register
or
login
to post a comment