【每日礼包】 修改提交

dev_chengFeng
jiaoyangna 2021-04-16 18:06:33 +08:00
parent 92104541fc
commit 909078e7ae
2 changed files with 3 additions and 2 deletions

View File

@ -1365,6 +1365,7 @@ FUNCTION_OPEN_TYPE = {
HongMengZhen = 86, -- 鸿蒙阵
hunyin = 87, -- 魂印
tianshumijuan = 88,--天书秘卷
MeiRiLiBao = 90,
}
TaskGetBtnIconDef = {

View File

@ -206,7 +206,7 @@ end
-- 刷新一键购买显示
function EveryDayGift:RefreshOneKeyShow()
if self.actType ~= ActivityTypeDef.MeiRiLiBao then
if self.actType ~= FUNCTION_OPEN_TYPE.MeiRiLiBao then
self.extra.gameObject:SetActive(false)
return
end
@ -265,7 +265,7 @@ end
--刷新每日免费礼包
function EveryDayGift:RefreshFreeData()
if self.actType ~= ActivityTypeDef.MeiRiLiBao then
if self.actType ~= FUNCTION_OPEN_TYPE.MeiRiLiBao then
self.extra.gameObject:SetActive(false)
return
end