聊天页面修改

TCX_LongZhu
PC-202302260912\Administrator 2024-09-26 18:23:18 +08:00
parent 6f949f00e4
commit e0ad0a1213
2 changed files with 959 additions and 359 deletions

View File

@ -586,7 +586,7 @@ function GoodFriendMainPanel:FriendApplicationRefreshData(item, itemData)
else else
Util.GetGameObject(item, "Image/bg"):SetActive(false) Util.GetGameObject(item, "Image/bg"):SetActive(false)
Util.GetGameObject(item, "Image/lastOnlineText"):SetActive(true) Util.GetGameObject(item, "Image/lastOnlineText"):SetActive(true)
Util.GetGameObject(item, "Image/lastOnlineText"):GetComponent("Text").text = this:ShowTime(itemData.offLineTime) --Util.GetGameObject(item, "Image/lastOnlineText"):GetComponent("Text").text = this:ShowTime(itemData.offLineTime)
end end
Util.AddOnceClick(agreeBtn, function() Util.AddOnceClick(agreeBtn, function()
if GoodFriendManager.IsInBlackList(itemData.id) then if GoodFriendManager.IsInBlackList(itemData.id) then