mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03: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%;
|
||||
.article-img{
|
||||
width: 144px;
|
||||
height: 81px;
|
||||
// height: 81px;
|
||||
border-radius: 4px;
|
||||
margin-right: 10px;
|
||||
img{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user