【抽卡】界面报错修改

dev_chengFeng
ZhangBiao 2021-06-03 19:44:39 +08:00
parent 4077e33390
commit 326b790bcf
1 changed files with 5 additions and 5 deletions

View File

@ -11,9 +11,9 @@ local artResourcesConfig =ConfigManager.GetConfig(ConfigName.ArtResourcesConfig)
local recType = {}
--活动抽卡类型(动态的数据)
local drawtType={
FindFairySingle=0,
}
-- local drawtType={
-- FindFairySingle=0,
-- }
local orginLayer
local isLimitUpHero=false
@ -47,8 +47,8 @@ function QianKunBoxBuyOnePanel:InitComponent()
this.itemNum2=Util.GetGameObject(this.content2,"Num"):GetComponent("Text")
-- 关于抽卡的LotterySetting数据
local curActivityId=ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.QianKunBox)
drawtType.FindFairySingle=ConfigManager.GetConfigDataByDoubleKey(ConfigName.LotterySetting,"PerCount",1,"ActivityId",curActivityId).Id
-- local curActivityId=ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.QianKunBox)
-- drawtType.FindFairySingle=ConfigManager.GetConfigDataByDoubleKey(ConfigName.LotterySetting,"PerCount",1,"ActivityId",curActivityId).Id
end
--绑定事件(用于子类重写)