From 790a4fda5c6e281d681b0c4a0b5c11ebdbaa52aa Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 23 四月 2019 15:59:48 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Store/StoreWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Store/StoreWin.cs b/System/Store/StoreWin.cs
index 64b3805..84ccd14 100644
--- a/System/Store/StoreWin.cs
+++ b/System/Store/StoreWin.cs
@@ -344,7 +344,7 @@
                         shopItemCell.coinsIcon.SetIconWithMoneyType(shopInfo.MoneyType);
                         ulong shopCost = (ulong)(shopInfo.MoneyNumber);
                         shopItemCell.coinNumText.text = UIHelper.ReplaceLargeNum(shopCost);
-                        BuyItemPopModel buyItem = BuyItemPopModel.Instance;
+                        BuyItemController buyItem = BuyItemController.Instance;
                         int curVipIndex = -1;
                         int nextVipIndex = -1;
                         bool isVipBuy = buyItem.CheckIsVipBuy(shopInfo, out curVipIndex, out nextVipIndex);

--
Gitblit v1.8.0