添加log
parent
d07d7da359
commit
b331cfdac6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue