修复首页nga接口不返回标题
This commit is contained in:
parent
b7260cf569
commit
2a018c0640
@ -45,7 +45,7 @@ const getData = (data) => {
|
||||
result.forEach((result) => {
|
||||
dataList.push({
|
||||
author: result.author,
|
||||
desc: result.subject,
|
||||
title: result.subject,
|
||||
parent: result.parent["2"],
|
||||
tid: result.tid,
|
||||
comments: Number(result.replies),
|
||||
|
Loading…
Reference in New Issue
Block a user