Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
3ede6d5973
|
|
@ -29,10 +29,10 @@ local SKIP_STATE = {
|
|||
}
|
||||
local UpdateBtnGMFunc = {
|
||||
[-1] = function()
|
||||
local isUnlock, tip = BattleManager.IsUnlockBattlePass()
|
||||
if not isUnlock then
|
||||
return SKIP_STATE.LOCK, tip
|
||||
end
|
||||
-- local isUnlock, tip = BattleManager.IsUnlockBattlePass()
|
||||
-- if not isUnlock then
|
||||
-- return SKIP_STATE.LOCK, tip
|
||||
-- end
|
||||
return SKIP_STATE.UNLOCK
|
||||
end,
|
||||
[BATTLE_TYPE.BACK]= function()
|
||||
|
|
|
|||
Loading…
Reference in New Issue