3 Commits 98e2993868 ... 9f4f77766c

Tác giả SHA1 Thông báo Ngày
  gdl_123 9f4f77766c Merge branch 'hy_dny' of http://43.226.57.217:3000/yishanyou/RoApp into hy_dny 1 tháng trước cách đây
  gdl_123 aad035d9fe Merge branch 'main' of ssh://192.168.0.8:29418/xianjing into hy_dny 1 tháng trước cách đây
  gdl_123 5fc588ca60 ++ 1 tháng trước cách đây
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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