[功能]========坐骑界面选中状态修改
parent
ca17383879
commit
b07d5548e6
|
@ -144,6 +144,11 @@ function this.ShowRideInfo(go,data)
|
|||
-- this.setImage:SetActive(false)
|
||||
if data.Id == curUserRideConFig.Id then
|
||||
this.SingleRideClickShowInfo(data, go)
|
||||
else
|
||||
local selectObj=Util.GetGameObject(go, "setImage")
|
||||
if selectObj then
|
||||
selectObj.gameObject:SetActive(false)
|
||||
end
|
||||
end
|
||||
local isGet = false
|
||||
if PlayerManager.userMountList[data.Id] then
|
||||
|
|
Loading…
Reference in New Issue