System/Store/BuyItemController.cs
@@ -5,12 +5,12 @@ using System.Text; using UnityEngine; [XLua.LuaCallCSharp] public class BuyItemController : Singleton<BuyItemController> { Dictionary<int, int> vipBuyCntDict = new Dictionary<int, int>(); Dictionary<int, int> vipBuyCntDict = new Dictionary<int, int>(); public bool CheckIsVipBuy(StoreConfig model, out int curVipIndex, out int nextVipIndex) { vipBuyCntDict.Clear(); @@ -179,7 +179,7 @@ index = i; break; } } } if (index != -1) {