【红点添加】限时兑换添加红点提示-关闭红点log
parent
a599ef10f9
commit
2a0ce862ae
|
|
@ -1140,7 +1140,7 @@ function this.IsExchangeRedShow()
|
|||
end
|
||||
|
||||
local isOpen = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.LimitExchange)
|
||||
if isOpen then
|
||||
if not isOpen then
|
||||
return false
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
local isLog = true
|
||||
local isLog = false
|
||||
local function __DebugLog(str)
|
||||
if isLog then
|
||||
Log("<color=#aa55aa>" .. str .. "</color>")
|
||||
|
|
|
|||
Loading…
Reference in New Issue