【红点添加】限时兑换添加红点提示-关闭红点log

dev_chengFeng
gaoxin 2021-03-29 14:54:13 +08:00
parent a599ef10f9
commit 2a0ce862ae
2 changed files with 2 additions and 2 deletions

View File

@ -1140,7 +1140,7 @@ function this.IsExchangeRedShow()
end
local isOpen = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.LimitExchange)
if isOpen then
if not isOpen then
return false
end

View File

@ -1,4 +1,4 @@
local isLog = true
local isLog = false
local function __DebugLog(str)
if isLog then
Log("<color=#aa55aa>" .. str .. "</color>")