每日礼包加锁修改 提交
parent
c18b59502a
commit
28c8ee841d
|
@ -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改变事件
|
||||
|
|
Loading…
Reference in New Issue