This commit is contained in:
2025-09-22 19:59:38 +08:00
parent 738e64acb5
commit ac727831ff
3 changed files with 28 additions and 7 deletions
@@ -96,7 +96,13 @@ export class PastGirlListPanel extends li_BaseView {
break;
}
}
if (isSame) return;
if (isSame) {
//相同 那就只刷新聊天时间,不刷新item
for (let i = 0; i < this.cache.length; i++) {
this.cache[i].refreshSimple();
}
return;
}
}
this.cacheIds = ids;