fix: bug修复

This commit is contained in:
kaizheng(郑凯) 2025-03-03 21:30:23 +08:00
parent 6c1c2ccd53
commit 4afc57d819
2 changed files with 1 additions and 1 deletions

View File

@ -87,6 +87,7 @@ export default {
item.isForbidden = 1;
item.joinTime = item.startTime;
item.expireTime = item.endTime;
item.headPicUrl = item.userHeadPic; //
this.userIdsObj[item.userId] = item;
});
this.list = this.list.concat(list);

View File

@ -87,7 +87,6 @@ export default {
} else {
this.userIdsObj[item.userId] = item;
item.isForbidden = item.commentBlackStatus; // 1 2
item.userHeadPicUrl = item.headPicUrl; //
}
});
this.list = this.list.concat(list);