bug修复

dev_chengFeng
ZhangBiao 2020-07-28 20:13:09 +08:00
parent 88effd78f1
commit 8c7b24ad9a
2 changed files with 3 additions and 2 deletions

View File

@ -11439,8 +11439,8 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 11}
m_SizeDelta: {x: 0, y: 22}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &4629692760136912850
CanvasRenderer:

View File

@ -141,5 +141,6 @@ function DynamicActivityPanel:OnDestroy()
SubUIManager.Close(this.UpView)
-- 清除红点
this.ClearPageRedpot()
this.PageList[1]:OnDestroy()
end
return this