Main/System/Store/SkinStoreWin.cs
@@ -62,7 +62,12 @@ int jumpIndex = -1; scroller.Refresh(); var list = StoreModel.Instance.GetTimeValidStoreDatas(StoreFunc.HeroSkin); var list = StoreModel.Instance.GetTimeValidHeroSkinStoreDatas(); if (list == null) { return; } for (int i = 0; i < list.Count; i++) { if (i % 4 == 0) @@ -78,7 +83,10 @@ scroller.lockType = EnhanceLockType.KeepVertical; if (StoreModel.Instance.jumpShopID != 0) { scroller.JumpIndex(jumpIndex); if (jumpIndex >= 0) { scroller.JumpIndex(jumpIndex); } StoreModel.Instance.jumpShopID = 0; } }