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