添加log

dev_chengFeng
jiaoyangna 2021-02-23 16:58:40 +08:00
parent d07d7da359
commit b331cfdac6
1 changed files with 2 additions and 1 deletions

View File

@ -404,6 +404,7 @@ function this.GetFriendHelpHeros(trailType,func)
local tempdata = {}
tempdata.player = v
tempdata.hero = this.UpdateHeroDatas(v.hero)
LogGreen("好友的助战数据 v.trailType:"..v.trailType.." v.hero.id:"..v.hero.id)
table.insert(this.friendHelpHeros[v.trailType],tempdata)
end
if func then
@ -475,7 +476,7 @@ function this.SetMyHelpHeroData(trail,_data,func)
if not this.myHelpHeroData[v.trailType] then
this.myHelpHeroData[v.trailType] = {}
end
--LogGreen("v.hero.id:"..v.hero.id)
LogGreen("我的助战数据 v.trailType:"..v.trailType.." v.hero.id:"..v.hero.id)
this.myHelpHeroData[v.trailType] = HeroManager.GetSingleHeroData(v.hero.id)
end
end