【6568】添加商店保底刷新 不依赖服务器消息
parent
9edd2445a5
commit
a5659e8ae3
|
|
@ -303,7 +303,7 @@ public class UIManager : UIManagerBase, IGlobal
|
|||
_WindowMeta(UINameConst.UI_Purchase, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true);
|
||||
_WindowMeta(UINameConst.UI_Shop, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Show, false, false);
|
||||
_WindowMeta(UINameConst.UI_ExChangeShopRefresh, UICanvasLayer.Normal, UIVisibilityStrategy.None, CameraMode.Show, false, true);
|
||||
_WindowMeta(UINameConst.UI_ExChangeShopPurchase, UICanvasLayer.Normal, UIVisibilityStrategy.None, CameraMode.Shut, true, needScreenshot: true, animPresetType: UIAnimPresetType.Level2);
|
||||
_WindowMeta(UINameConst.UI_ExChangeShopPurchase, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true, animPresetType: UIAnimPresetType.Level2);
|
||||
_WindowMeta(UINameConst.UI_GiftShopPurchase, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true, animPresetType: UIAnimPresetType.Level2);
|
||||
_WindowMeta(UINameConst.UI_AdvanceAccountPurchase, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, true, needScreenshot: true, animPresetType: UIAnimPresetType.Level2);
|
||||
_WindowMeta(UINameConst.UI_ChargeShopPurchase, UICanvasLayer.Normal, UIVisibilityStrategy.Occlusion, CameraMode.Shut, false, true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue