update
This commit is contained in:
@@ -86,6 +86,13 @@ export class PastGirlListPanel extends li_BaseView {
|
||||
// 获取已解锁女孩列表
|
||||
const ids = await this.getUnlockedGirls();
|
||||
|
||||
if (true) {
|
||||
//!ids || ids.length === 0) {
|
||||
this._nodeTab.cleanBg.active = true;
|
||||
} else {
|
||||
this._nodeTab.cleanBg.active = false;
|
||||
}
|
||||
|
||||
if (this.cacheIds && ids && this.cacheIds.length == ids.length) {
|
||||
let isSame = true;
|
||||
for (let i = 0; i < ids.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user