Authored by lijing

url空格bug

... ... @@ -114,7 +114,7 @@ const formatArticle = (articleData, showTag, isApp, showAuthor, uid, reqQueryStr
result.author = articleData.author;
if (result.author.avatar) {
result.author.avatar = result.author.avatar.replace('http://', '//');
}
}
// 模板中需要的标签标识
... ...