From 28c8ee841d64627dda02647ba4c80c68c3398d93 Mon Sep 17 00:00:00 2001 From: jiaoyangna <3046463818@qq.com> Date: Thu, 1 Apr 2021 19:05:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=97=A5=E7=A4=BC=E5=8C=85=E5=8A=A0?= =?UTF-8?q?=E9=94=81=E4=BF=AE=E6=94=B9=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Modules/DynamicActivity/ActivityMainPanel.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/DynamicActivity/ActivityMainPanel.lua b/Assets/ManagedResources/~Lua/Modules/DynamicActivity/ActivityMainPanel.lua index 94d2afc084..971528e090 100644 --- a/Assets/ManagedResources/~Lua/Modules/DynamicActivity/ActivityMainPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/DynamicActivity/ActivityMainPanel.lua @@ -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改变事件