gdl_123 1 mês atrás
pai
commit
5fc588ca60
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Assets/Lua/UI/UIMain/UIMainView.lua

+ 1 - 1
Assets/Lua/UI/UIMain/UIMainView.lua

@@ -208,7 +208,7 @@ function UIMainView:Init()
 	self:RefreshData()
 	self:RefreshBoliShopState()
 
-	if ManagerContainer.SDKEventReportMgr ~= nil then
+	if ManagerContainer.SDKEventReportMgr ~= nil and ManagerContainer.LuaBattleMgr:GetCurSimpleLvID() >= 20001 then
 		ManagerContainer.SDKEventReportMgr:GetSDKNtfAndShow()
 	end