fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user