修改后段博客内容时间字段
This commit is contained in:
@@ -65,7 +65,7 @@ class GetBlogContent extends API {
|
|||||||
info: {
|
info: {
|
||||||
title: blogContentRes[0].title,
|
title: blogContentRes[0].title,
|
||||||
description: blogContentRes[0].description,
|
description: blogContentRes[0].description,
|
||||||
publish_time: blogContentRes[0].created_at,
|
created_at: blogContentRes[0].created_at,
|
||||||
visit_count: blogContentRes[0].visit_count,
|
visit_count: blogContentRes[0].visit_count,
|
||||||
like_count: blogContentRes[0].like_count
|
like_count: blogContentRes[0].like_count
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user