51086670-8bd3-4765-a904-126ebe560600.js.map 1.18 KB
{"version":3,"sources":["assets/script/game/ui/view/impl/discover/ProductionTeamViewImpl.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,yCAAgC;AAChC,2EAAwE;AACxE,4EAA0D;AAC1D,+EAA6H;AAE7H,MAAM,EAAC,OAAO,EAAE,QAAQ,EAAC,GAAG,EAAE,CAAC,UAAU,CAAC;AAI1C;IAAA,IAAa,sBAAsB,GAAnC,MAAa,sBAAwB,SAAQ,uBAAmC;QAE5E,oBAAoB;YAChB,IAAI,CAAC,KAAK,EAAE,CAAC;YACb,eAAG,CAAC,kBAAkB,EAAE,CAAC;QAC7B,CAAC;KACJ,CAAA;IANY,sBAAsB;QAFlC,OAAO;QACP,gCAAO,CAAC,2CAAsB,EAAE,uCAAuC,CAAC;OAC5D,sBAAsB,CAMlC;IAAD,6BAAC;KAAA;AANY,wDAAsB","file":"","sourceRoot":"/","sourcesContent":["import { SDK } from \"simba-sdk\";\nimport { CCPureView } from \"../../../../../common/classbase/CCViewBase\";\nimport { RegView } from \"../../../PresenterCCViewFactory\";\nimport { ProductionTeamView, ProductionTeamViewProps, ProductionTeamViewType } from \"../../type/discover/ProductionTeamView\";\n\nconst {ccclass, property} = cc._decorator;\n\n@ccclass\n@RegView(ProductionTeamViewType, \"prefab/ui/discover/ProductionTeamView\")\nexport class ProductionTeamViewImpl  extends CCPureView<ProductionTeamViewProps> implements ProductionTeamView{\n    \n    onCloseClickCallBack() {\n        this.close();\n        SDK.showGameClubButton();\n    }\n}"]}