fix
This commit is contained in:
@@ -71,7 +71,7 @@ export class GirlDetailPanel extends li_BaseView {
|
||||
@property(Node)
|
||||
imgsLayout: Node;
|
||||
|
||||
videoAreaPos;
|
||||
videoAreaPos: Vec3;
|
||||
|
||||
protected onEnable(): void {
|
||||
this.refresh();
|
||||
@@ -139,7 +139,7 @@ export class GirlDetailPanel extends li_BaseView {
|
||||
this.id = NavigationManager.Instance.getSelectedGirlId();
|
||||
this.category = NavigationManager.Instance.getSelectedCategoryId();
|
||||
this.imgItemInst.node.active = false;
|
||||
this.videoAreaPos = new Vec3(540, 1384);
|
||||
this.videoAreaPos = new Vec3(540, 1384 - 60);
|
||||
|
||||
const pos = new Vec3(
|
||||
this.descContent.position.x,
|
||||
|
||||
Reference in New Issue
Block a user