添加log
parent
d07d7da359
commit
b331cfdac6
|
@ -404,6 +404,7 @@ function this.GetFriendHelpHeros(trailType,func)
|
||||||
local tempdata = {}
|
local tempdata = {}
|
||||||
tempdata.player = v
|
tempdata.player = v
|
||||||
tempdata.hero = this.UpdateHeroDatas(v.hero)
|
tempdata.hero = this.UpdateHeroDatas(v.hero)
|
||||||
|
LogGreen("好友的助战数据 v.trailType:"..v.trailType.." v.hero.id:"..v.hero.id)
|
||||||
table.insert(this.friendHelpHeros[v.trailType],tempdata)
|
table.insert(this.friendHelpHeros[v.trailType],tempdata)
|
||||||
end
|
end
|
||||||
if func then
|
if func then
|
||||||
|
@ -475,7 +476,7 @@ function this.SetMyHelpHeroData(trail,_data,func)
|
||||||
if not this.myHelpHeroData[v.trailType] then
|
if not this.myHelpHeroData[v.trailType] then
|
||||||
this.myHelpHeroData[v.trailType] = {}
|
this.myHelpHeroData[v.trailType] = {}
|
||||||
end
|
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)
|
this.myHelpHeroData[v.trailType] = HeroManager.GetSingleHeroData(v.hero.id)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue