This commit is contained in:
zhaofang
2022-11-03 20:14:51 +08:00
parent a98f96b4c4
commit dd2ce72e46
2 changed files with 2 additions and 0 deletions

View File

@@ -322,6 +322,7 @@
res.result.some(con => {
if (con.id == item.contentId) {
item.info = con;
item.info.comments = con.replays;
return true;
} else {
return false;

View File

@@ -311,6 +311,7 @@
res.result.some(con => {
if (con.id == item.contentId) {
item.info = con;
item.info.comments = con.replays;
return true;
} else {
return false;