【牛气冲天】奖励位置修改

dev_chengFeng
ZhangBiao 2021-05-31 11:58:45 +08:00
parent df955dac39
commit a6b6b2222b
3 changed files with 5 additions and 2 deletions

View File

@ -8975,7 +8975,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 92.7, y: -1}
m_AnchoredPosition: {x: 200, y: -1}
m_SizeDelta: {x: 85, y: 85}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &4295345761131377981

View File

@ -254,7 +254,7 @@ function this.SwitchView(index)
RankingManager.InitData(RANK_TYPE.GUILD_CAR_DELEAY_SINGLE,function()
local ranks,myRank = RankingManager.GetRankingInfo()
this.SetRankDataShow(ranks,myRank,true)
this.myGuildName.text = PlayerManager.nickName
this.myGuildName.text = PracticeManager.SetNameColor(PlayerManager.nickName,PracticeManager.PracticeLevel)
end,nil,1)
elseif curIndex == 1 then
-- NetManager.RequestRankInfo(RANK_TYPE.GUILD_CAR_DELEAY_GUILD, function(msg)

View File

@ -152,6 +152,9 @@ function NiuQiChongTianPanel:SetTime()
end
local updateTime = function()
self.time.text = "剩余时间:"..TimeToFelaxible(tempTime)
if tempTime <= 0 then
self.parent:ClosePanel()
end
end
updateTime()
self.timer = Timer.New(function()