Explorar el Código

Merge branch 'main' of ssh://192.168.0.8:29418/xianjing into hy_dny

gdl_123 hace 1 mes
padre
commit
aad035d9fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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