Authored by chaogeng

打印日志

... ... @@ -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};
});
... ...