This commit is contained in:
2025-10-11 16:19:57 +08:00
parent 45ec2bbb7d
commit fdea1383d0
27 changed files with 1662 additions and 977 deletions
@@ -77,7 +77,7 @@ export class GirlDetailPanel extends li_BaseView {
@property(Node)
imgsLayout: Node;
videoAreaPos: Vec3;
//videoAreaPos: Vec3;
@property(Node)
sendMsgText: Node;
@@ -165,7 +165,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 - 60);
//this.videoAreaPos = new Vec3(540, 1384 - 60);
const pos = new Vec3(
this.descContent.position.x,
@@ -255,7 +255,7 @@ export class GirlDetailPanel extends li_BaseView {
this.videoLayer.playVideo(firstPath, {
loop: true,
size: targetSize,
position: this.videoAreaPos,
position: new Vec3(0, 67.717, 0),
});
}
@@ -349,6 +349,8 @@ export class GirlDetailPanel extends li_BaseView {
// id: this.id,
// });
// }
this.close();
}
returnBtn() {