TCX_LongZhu
DESKTOP-RH64908\Administrator 2025-11-06 11:18:26 +08:00
parent aaff4061dd
commit 419691610a
3 changed files with 4 additions and 1 deletions

View File

@ -53,7 +53,7 @@ function this:BindEvent()
end)
Util.AddLongPressClick(needSoulPrint[i], function()
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, 0.5)

View File

@ -630,6 +630,7 @@ function this.SetServerList(data)
end
end
end
LogError("=================="..tostring(#this.serverList))
PlayerManager.serverInfo = this.serverList[lastIndex]
LoginManager.SocketAddress = this.serverList[lastIndex].ip
LoginManager.SocketPort = tonumber(this.serverList[lastIndex].port)

View File

@ -49,6 +49,8 @@ function FaLingSingleShowPopup:InitComponent()
--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.text="意念天赋"
self.superProGrid = Util.GetGameObject(self.superPro, "proGrid")