Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
chaogeng
2017-04-18 17:37:38 +0800
Commit
279260428f6a9126ecb74097734f48c61583675f
1 parent
0af62f2c
打印日志
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
server/controllers/guang/controllers/info.js
server/controllers/guang/controllers/info.js
View file @
2792604
...
...
@@ -22,6 +22,7 @@ module.exports=function(app) {
pageName
:
"添加文章"
};
var
style
=
(
JSON
.
parse
(
style
)).
data
;
console
.
log
(
style
);
style
=
style
.
map
(
function
(
item
){
return
{
stylename
:
item
.
style_name
};
});
...
...
Please
register
or
login
to post a comment