Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
wangzhenxing 2021-12-13 17:19:34 +08:00
commit 3ede6d5973
1 changed files with 4 additions and 4 deletions

View File

@ -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()