fix
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user