编队为空,错别字修改
parent
4753efdb09
commit
5ec7692e37
|
@ -132,7 +132,7 @@ function GodsWayOtherTeamPanel:BindEvent()
|
|||
-- allEnTeam[i]=enTeam
|
||||
end
|
||||
if myTeamNum==0 then
|
||||
PopupTipPanel.ShowTip("编对为空,无法开战")
|
||||
PopupTipPanel.ShowTip("编队为空,无法开战")
|
||||
return
|
||||
end
|
||||
myTeamInfo.crossTeam=allHeroTeam
|
||||
|
|
|
@ -188,7 +188,7 @@ function GodsWaySingleSingleWave:OnOpen()
|
|||
-- allEnTeam[i]=enTeam
|
||||
end
|
||||
if myTeamNum==0 then
|
||||
PopupTipPanel.ShowTip("编对为空,无法开战")
|
||||
PopupTipPanel.ShowTip("编队为空,无法开战")
|
||||
return
|
||||
end
|
||||
myTeamInfo.crossTeam=allHeroTeam
|
||||
|
|
Loading…
Reference in New Issue