节日修改提交

dev_chengFeng
jiaoyangna 2022-01-22 11:37:59 +08:00
parent 227e0f68c1
commit 5cea36a143
3 changed files with 10 additions and 8 deletions

View File

@ -33,7 +33,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: -14, y: 21.2}
m_AnchoredPosition: {x: -22.7, y: 34}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &319078742569127226
@ -1058,7 +1058,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: -14, y: 21.2}
m_AnchoredPosition: {x: -22.7, y: 34}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &1778639275856075833
@ -10990,7 +10990,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: -14, y: 21.2}
m_AnchoredPosition: {x: -21.9, y: 33.37}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &3606722773367142593
@ -23041,7 +23041,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: -14, y: 21.2}
m_AnchoredPosition: {x: -22.7, y: 34}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &8931209609305838479
@ -23077,7 +23077,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: -14, y: 21.2}
m_AnchoredPosition: {x: -22.7, y: 34}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &9142079212115847849

View File

@ -157,7 +157,7 @@ function FestevalPanel:RefreshSingleData(obj,data)
local config = ActivityRewardConfig[data.missionId]
obj.title.text = string.format("第%s天",config.Values[1][1])
obj.name.text = config.ContentsShow
obj.itemview:OnOpen(false, config.Reward[1], 1, false, false, false, self.sortingOrder)
obj.itemview:OnOpen(false, config.Reward[1], 1.05, false, false, false, self.sortingOrder)
obj.select.gameObject:SetActive(false)
obj.gray.gameObject:SetActive(false)
obj.get.gameObject:SetActive(false)

View File

@ -442,8 +442,10 @@ function this:BindEvent()
end)
--八日登陆礼预览
Util.AddClick(this.FestevaBtn,function()
--UIManager.OpenPanel(UIName.PassGiftPopup,true)ActivityTypeDef.SevenDayRegister
--JumpManager.GoJump(15001)
if not MyGuildManager.MyGuildInfo or not MyGuildManager.MyGuildInfo.id then
PopupTipPanel.ShowTip("需要先加入一个公会!")
return
end
UIManager.OpenPanel(UIName.FestevalPanel)
end)
--十五日登录奖励