diff --git a/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua b/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua index 4a7e8977b6..af5cbf7c55 100644 --- a/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/FuXingGaoZhao/FuXingGaoZhaoPanel.lua @@ -21,7 +21,6 @@ function FuXingGaoZhao:InitComponent() table.insert(rewardList,self.mid.transform:GetChild(i-1)) end end - self.UpView = SubUIManager.Open(SubUIConfig.UpView, self.gameObject.transform, { showType = UpViewOpenType.ShowLeft}) end --绑定事件(用于子类重写) function FuXingGaoZhao:BindEvent() @@ -72,7 +71,6 @@ end --界面打开时调用(用于子类重写) function FuXingGaoZhao:OnOpen(_func) func = _func - self.UpView:OnOpen({ showType = UpViewOpenType.ShowLeft, panelType = PanelType.Main}) end -- 打开,重新打开时回调 @@ -165,7 +163,6 @@ function FuXingGaoZhao:OnDestroy() end itemPreList={} rewardList={} - SubUIManager.Close(self.UpView) end return FuXingGaoZhao \ No newline at end of file