Authored by zhangxiaoru

guangmo

... ... @@ -72,7 +72,6 @@ const getArticleList = (gender, sortId, uid, udid, page, tag, authorId, limit, u
return serviceAPI.get('guang/api/v2/article/getList', param, {
cache: useCache
}).then((result) => {
console.log(result);
if (result && result.code === 200) {
return result;
} else {
... ...