【清除log】

dev_chengFeng
ZhangBiao 2021-07-26 09:48:18 +08:00
parent 7111f53936
commit 1634345c1e
2 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ function TimeLimitUpHero:OnShow(_sortingOrder)
for k,v in ipairs(self.bgs) do
v.bg.gameObject:SetActive(false)
end
LogError(" actid===="..self.actId)
-- LogError(" actid===="..self.actId)
wishConfig=ConfigManager.GetConfigDataByKey(ConfigName.WishActivityUp,"ActivityId",self.actId)
self.titleImg.sprite=self.spLoader:LoadSprite(self.actConfig.Icon[3])
Setting= ConfigManager.GetConfigData(ConfigName.WishActivitySetting,1)
@ -163,7 +163,7 @@ function TimeLimitUpHero:OnShow(_sortingOrder)
curHeroId=activityData.choiceRewardId
local curTimes = PrivilegeManager.GetPrivilegeUsedTimes(self.maxtimesId)
self.upper.text= "今日召唤上限:"..curTimes.."/"..privilegeConfig[self.maxtimesId].Condition[1][2]--特权上限
LogError("活动数据英雄id "..activityData.choiceRewardId)
-- LogError("活动数据英雄id "..activityData.choiceRewardId)
self:RefreshHeroData()
self:RefreshGetHeroTimes()
self:TimeCountDown()

View File

@ -226,7 +226,7 @@ function this.InitTaskData(curData,taskType,configName)
local allMissionData = TaskManager.GetTypeTaskList(taskType)
for i=1,#allListData do
for j=1,#allMissionData do
LogGreen("this.DynamicActType:"..this.DynamicActType)
-- LogGreen("this.DynamicActType:"..this.DynamicActType)
if allListData[i].Id == allMissionData[j].missionId and (this.DynamicActType == 0 or allListData[i].Type == this.DynamicActType) then
local data = {}
data.missionId = allMissionData[j].missionId