update
This commit is contained in:
@@ -137,7 +137,7 @@ export class GirlDetailPanel extends li_BaseView {
|
||||
category: number;
|
||||
async refresh() {
|
||||
this.id = NavigationManager.Instance.getSelectedGirlId();
|
||||
|
||||
this.category = NavigationManager.Instance.getSelectedCategoryId();
|
||||
this.imgItemInst.node.active = false;
|
||||
this.videoAreaPos = new Vec3(540, 1384);
|
||||
|
||||
@@ -162,7 +162,6 @@ export class GirlDetailPanel extends li_BaseView {
|
||||
}
|
||||
|
||||
const girlData = DataManager.I.getDataById<GirlData>(DataId.Girl);
|
||||
this.category = girlData.getGrilCategoryById(this.id);
|
||||
// 请求详细数据
|
||||
const reqData = {
|
||||
id: this.id,
|
||||
|
||||
Reference in New Issue
Block a user