fix
This commit is contained in:
@@ -37,9 +37,6 @@ export class DetailImageItem extends Component {
|
||||
@property(Label)
|
||||
videoPrice: Label;
|
||||
|
||||
@property(Node)
|
||||
loading: Node;
|
||||
|
||||
base: GirlDetailPanel;
|
||||
url: string;
|
||||
isImage: boolean;
|
||||
@@ -149,8 +146,6 @@ export class DetailImageItem extends Component {
|
||||
|
||||
this.test_resID = this.node.getChildByName("resID");
|
||||
|
||||
this.loading.active = true;
|
||||
|
||||
this.test_resID.getComponent(Label).string =
|
||||
this.girlId.toString() + this.resId;
|
||||
|
||||
@@ -216,7 +211,6 @@ export class DetailImageItem extends Component {
|
||||
ResManager.I.changeBundleSpriteFrame(this.img, imgPath, "Girls", () => {
|
||||
this.question.active = false; // 图片加载成功后隐藏问号
|
||||
this.scaleToFillItem();
|
||||
this.loading.active = false;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user