update 音效 - 主题图

This commit is contained in:
2025-09-11 18:49:27 +08:00
parent 0f9690b0e1
commit 49f4d21c56
27 changed files with 1130 additions and 983 deletions
@@ -211,7 +211,7 @@ export class DetailImageItem extends Component {
}
ResManager.I.changeBundleSpriteFrame(this.img, imgPath, "Girls", () => {
if (!this.isVisible) this.question.active = false; // 图片加载成功后隐藏问号
if (!this.isVisible) this.question.active = true; // 图片加载成功后隐藏问号
this.scaleToFillItem();
this.loading.active = false;
});