【商店】关闭购买

Android_release
zhangaotian 2024-08-14 14:19:13 +08:00
parent 2aa784d4e7
commit 6cd54c950c
3 changed files with 12 additions and 6 deletions

View File

@ -236,7 +236,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &490868100481984922
RectTransform:
m_ObjectHideFlags: 0
@ -328,7 +328,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0.5}
m_AnchorMax: {x: 0, y: 0.5}
m_AnchoredPosition: {x: 141.97205, y: 0.4258}
m_AnchoredPosition: {x: 168.3, y: 0.000018746}
m_SizeDelta: {x: 145.5363, y: 62.7726}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &8790278160148953539
@ -423,7 +423,7 @@ MonoBehaviour:
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_margin: {x: -21.967468, y: 0, z: -25.482178, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0

View File

@ -755,7 +755,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &2506899326898321492
RectTransform:
m_ObjectHideFlags: 0

View File

@ -183,9 +183,15 @@ public class UIBuyGoodsController : UIWindow
}
else
{
await UIManager.Instance.OpenWindow(UIConstants.UIShop);
await UIManager.Instance.OpenWindow(UIConstants.UITips, "Tip_Coin", () =>
{
CloseWindow();
LevelManager.Instance.IsPause = false;
});
/*await UIManager.Instance.OpenWindow(UIConstants.UIShop);
BIManager.Instance.TrackEvent(Event.open_shop, "InLevel");
BIManager.Instance.TrackEventOnce(EventFirst.fte_open_shop, "InLevel");
BIManager.Instance.TrackEventOnce(EventFirst.fte_open_shop, "InLevel");*/
}
}
}