少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-13 2df58aeacbf1177ec01167bdeccfe89d6a8d5804
System/KnapSack/FBHelpPointExchageModel.cs
@@ -157,7 +157,7 @@
            for(int i = 0; i < helpPointShoplist.Count; i++)
            {
                var shopId = helpPointShoplist[i];
                StoreConfig storeConfig = Config.Instance.Get<StoreConfig>(shopId);
                StoreConfig storeConfig = StoreConfig.Get(shopId);
                int remainNum = 0;
                ulong haveMoney = UIHelper.GetMoneyCnt(storeConfig.MoneyType);
                bool isEnoughMoney = haveMoney >= (ulong)storeConfig.MoneyNumber ? true : false;
@@ -192,7 +192,7 @@
        private void UpdateHelpPointShop(int shopId)
        {
            StoreConfig storeConfig = Config.Instance.Get<StoreConfig>(shopId);
            StoreConfig storeConfig = StoreConfig.Get(shopId);
            if (storeConfig == null) return;
            if(!IsAlreadPush(shopId))