[功能]========坐骑界面选中状态修改

dev_chengFeng
wangzhenxing 2021-12-24 15:45:04 +08:00
parent ca17383879
commit b07d5548e6
1 changed files with 5 additions and 0 deletions

View File

@ -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