TCX_LongZhu
parent
aaff4061dd
commit
419691610a
|
|
@ -53,7 +53,7 @@ function this:BindEvent()
|
||||||
end)
|
end)
|
||||||
Util.AddLongPressClick(needSoulPrint[i], function()
|
Util.AddLongPressClick(needSoulPrint[i], function()
|
||||||
if selectUpList[i]~=0 then
|
if selectUpList[i]~=0 then
|
||||||
UIManager.OpenPanel(UIName.RewardEquipSingleShowPopup2,this,{id=selectUpList[i].id,num=0},0,false,nil,nil,4)
|
UIManager.OpenPanel(UIName.RewardEquipSingleShowPopup2,this,{id=selectUpList[i],num=0},0,false,nil,nil,4)
|
||||||
end
|
end
|
||||||
|
|
||||||
end, 0.5)
|
end, 0.5)
|
||||||
|
|
|
||||||
|
|
@ -630,6 +630,7 @@ function this.SetServerList(data)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
LogError("=================="..tostring(#this.serverList))
|
||||||
PlayerManager.serverInfo = this.serverList[lastIndex]
|
PlayerManager.serverInfo = this.serverList[lastIndex]
|
||||||
LoginManager.SocketAddress = this.serverList[lastIndex].ip
|
LoginManager.SocketAddress = this.serverList[lastIndex].ip
|
||||||
LoginManager.SocketPort = tonumber(this.serverList[lastIndex].port)
|
LoginManager.SocketPort = tonumber(this.serverList[lastIndex].port)
|
||||||
|
|
|
||||||
|
|
@ -49,6 +49,8 @@ function FaLingSingleShowPopup:InitComponent()
|
||||||
|
|
||||||
--superPro
|
--superPro
|
||||||
self.superPro = Util.GetGameObject(self.midBar, "superPro")
|
self.superPro = Util.GetGameObject(self.midBar, "superPro")
|
||||||
|
local suitpro = Util.GetGameObject(self.midBar, "suitPro")
|
||||||
|
suitpro:SetActive(false)
|
||||||
self.superTitle = Util.GetGameObject(self.midBar, "superPro/Image/PropertyName"):GetComponent("Text")
|
self.superTitle = Util.GetGameObject(self.midBar, "superPro/Image/PropertyName"):GetComponent("Text")
|
||||||
self.superTitle.text="意念天赋"
|
self.superTitle.text="意念天赋"
|
||||||
self.superProGrid = Util.GetGameObject(self.superPro, "proGrid")
|
self.superProGrid = Util.GetGameObject(self.superPro, "proGrid")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue