协议调试

This commit is contained in:
chen wei bo
2025-09-09 20:33:49 +08:00
parent b74bfb7051
commit e5767d5303
6 changed files with 57 additions and 30 deletions
@@ -8,11 +8,12 @@ const { ccclass, property } = _decorator;
@ccclass("PopupGirlDetailPanel")
export class PopupGirlDetailPanel extends li_BaseView {
private _nodeTab: any = {};
private category: number;
private girlId: number;
private resId: number;
private base: DetailImageItem;
openUIDataCT(data) {
this.category = data.category;
this.resId = data.resId;
this.girlId = data.girlId;
this.base = data.base;