限时折扣界面修改提交

onepiece_demo_arena
wangzhenxing 2024-01-12 14:47:21 +08:00
parent ed6d904661
commit 342c9f9ddd
2 changed files with 3 additions and 3 deletions

View File

@ -19444,7 +19444,7 @@ MonoBehaviour:
m_TypeName: UnityEngine.UI.MaskableGraphic+CullStateChangedEvent, UnityEngine.UI,
Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
m_FontData:
m_Font: {fileID: 12800000, guid: 4b73e9e4512d17e4daeea351e090d33c, type: 3}
m_Font: {fileID: 12800000, guid: be22547d075a3fa439f78ce38cdb4beb, type: 3}
m_FontSize: 50
m_FontStyle: 0
m_BestFit: 1
@ -44408,7 +44408,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &5200410179699621948
RectTransform:
m_ObjectHideFlags: 0

View File

@ -204,7 +204,7 @@ function this:Refresh()
this.arrowsRight:SetActive(num > 1)
curEndTime = rechargeData.endTime
this.endTime.text = Language[10573]..TimeToHMS(curEndTime-GetTimeStamp())
this.endTime.gameObject:GetComponent("RectTransform").localPosition = activityType[curType].timePos
--this.endTime.gameObject:GetComponent("RectTransform").localPosition = activityType[curType].timePos
this:SetGfitShow(rechargeData)
this:SetTime(rechargeData)
end