From 4c73ac097666b32dfb0317186ed7318a727f5a17 Mon Sep 17 00:00:00 2001 From: ZhangBiao Date: Sat, 24 Jul 2021 18:59:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=B8=87=E8=B1=A1=E5=95=86=E4=BC=9A?= =?UTF-8?q?=E3=80=91=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/View/ShopViewNew.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/View/ShopViewNew.lua b/Assets/ManagedResources/~Lua/View/ShopViewNew.lua index 51f0988059..abcde9f410 100644 --- a/Assets/ManagedResources/~Lua/View/ShopViewNew.lua +++ b/Assets/ManagedResources/~Lua/View/ShopViewNew.lua @@ -119,12 +119,12 @@ end --添加事件监听(用于子类重写) function ShopViewNew:AddListener() - Game.GlobalEvent:AddEvent(GameEvent.Shop.RefreshItem,RefreshData,self) + Game.GlobalEvent:AddEvent(GameEvent.FiveAMRefresh.ServerNotifyRefresh,RefreshData,self) end --移除事件监听(用于子类重写) function ShopViewNew:RemoveListener() - Game.GlobalEvent:RemoveEvent(GameEvent.Shop.RefreshItem,RefreshData,self) + Game.GlobalEvent:RemoveEvent(GameEvent.FiveAMRefresh.ServerNotifyRefresh,RefreshData,self) end function ShopViewNew:OnSortingOrderChange()