UIGoddess
This commit is contained in:
parent
4cb7c5c2a7
commit
0d53d13613
@ -332,6 +332,9 @@ function UIGoddessView:RefreshGoddressItem(itemLua)
|
||||
itemLua.occupyName.text.text = areaData.playBrief.nickName
|
||||
--PrintJson("调用时的areaData2", areaData)
|
||||
end
|
||||
else
|
||||
-- 3.当前神殿有数据,且无人占领状态 areaData: {valid: true}
|
||||
self:SetGoddressItemNotOccupy(itemLua, areaData)
|
||||
end
|
||||
else
|
||||
-- 3.当前神殿没有数据,加载等待状态
|
||||
@ -341,6 +344,7 @@ function UIGoddessView:RefreshGoddressItem(itemLua)
|
||||
end
|
||||
end
|
||||
|
||||
-- areaData: {valid: true}
|
||||
function UIGoddessView:SetGoddressItemNotOccupy(itemlua, areaData)
|
||||
itemlua.loading:SetActive(false)
|
||||
itemlua.notLoading:SetActive(true)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user