This commit is contained in:
daihh
2022-11-03 21:46:15 +08:00
3 changed files with 3 additions and 1 deletions

View File

@@ -665,7 +665,7 @@
width: 100%;
.article-img{
width: 144px;
height: 81px;
// height: 81px;
border-radius: 4px;
margin-right: 10px;
img{

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;