gdl_123 1 month ago
parent
commit
5fc588ca60
1 changed files with 1 additions and 1 deletions
  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