mirror of
https://github.com/openharmony/applications_mms.git
synced 2026-07-01 21:04:41 -04:00
!184 add ?
Merge pull request !184 from zhouhongli2023/OpenHarmony-5.0.0-Release
This commit is contained in:
@@ -1500,8 +1500,8 @@ export default class ConversationController {
|
||||
let tempWeekId = item.week?.id;
|
||||
if (list.length > 0) {
|
||||
item.dateShow =
|
||||
(tempDateId != (list[list.length-1]).date.id)
|
||||
&& (tempWeekId != (list[list.length-1]).week.id)
|
||||
(tempDateId != (list[list.length-1]).date?.id)
|
||||
&& (tempWeekId != (list[list.length-1]).week?.id)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user