协议调试
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user