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