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