少年修仙传客户端代码仓库
lwb
2021-02-25 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a
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)
            {