四灵bug 修改
parent
bc2d95ddec
commit
04a1dacedd
|
@ -144,6 +144,7 @@ function this:RefreshItemData()
|
|||
LogGreen(tostring(data[index]))
|
||||
itemList[go]:OnShow(curIndex,data[index],curType,canHelpPower)
|
||||
end)
|
||||
this.ScrollView:SetIndex(1)
|
||||
end
|
||||
|
||||
function this:OnClose()
|
||||
|
|
|
@ -90,7 +90,7 @@ function this:SetSingleData(go,data,index)
|
|||
end
|
||||
local btn = Util.GetGameObject(go, "Button")
|
||||
Util.AddOnceClick(btn,function()
|
||||
NetManager.FightRePlayRequest(4,string.format("%s#%s#%s",waveId,curType,data.firstOrMini), function(msg)
|
||||
NetManager.FightRePlayRequest(4,string.format("%s#%s#%s",curType,waveId,data.firstOrMini), function(msg)
|
||||
if not msg.fightData then
|
||||
PopupTipPanel.ShowTip(Language[10089])
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue