mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -665,7 +665,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
.article-img{
|
.article-img{
|
||||||
width: 144px;
|
width: 144px;
|
||||||
height: 81px;
|
// height: 81px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
img{
|
img{
|
||||||
|
|||||||
@@ -322,6 +322,7 @@
|
|||||||
res.result.some(con => {
|
res.result.some(con => {
|
||||||
if (con.id == item.contentId) {
|
if (con.id == item.contentId) {
|
||||||
item.info = con;
|
item.info = con;
|
||||||
|
item.info.comments = con.replays;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
@@ -311,6 +311,7 @@
|
|||||||
res.result.some(con => {
|
res.result.some(con => {
|
||||||
if (con.id == item.contentId) {
|
if (con.id == item.contentId) {
|
||||||
item.info = con;
|
item.info = con;
|
||||||
|
item.info.comments = con.replays;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user