每日礼包加锁修改 提交

dev_chengFeng
jiaoyangna 2021-04-01 19:05:43 +08:00
parent c18b59502a
commit 28c8ee841d
1 changed files with 7 additions and 7 deletions

View File

@ -144,13 +144,13 @@ end
-- tab 加锁 页签是否需要加锁显示
function this.PageTabIsLockCheck(index)
--充值 每日礼包页签 需要加锁显示
if tabs[index].ActiveType and tabs[index].ActiveType == 10004 then
if not OperatingManager.HasGoodsByShowType(14) then
return true
end
end
return false
-- --充值 每日礼包页签 需要加锁显示
-- if tabs[index].ActiveType and tabs[index].ActiveType == 10004 then
-- if not OperatingManager.HasGoodsByShowType(14) then
-- return true
-- end
-- end
-- return false
end
-- tab改变事件