From 252d46b8642ad4ecebe1a8b9d3a0678913413ebf Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 14 十一月 2018 15:30:58 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/Store/StoreUIBasic.cs b/System/Store/StoreUIBasic.cs
index 9f353e3..3faa56a 100644
--- a/System/Store/StoreUIBasic.cs
+++ b/System/Store/StoreUIBasic.cs
@@ -16,7 +16,7 @@
     {
 
         protected RuneConfig p_tagRuneModel;
-        protected List<StoreConfig> p_shopItemlist;
+        protected List<StoreModel.StoreData> p_shopItemlist;
 
         StoreModel _storeModel;
         StoreModel m_storeModel
@@ -53,7 +53,7 @@
          virtual protected void CreateShopItemCell(ScrollerController shopCtrl,int row)
         {
             shopCtrl.Refresh();
-            p_shopItemlist = StoreConfig.GetTypeStoreModel((int)m_storeModel.storeFuncType);
+            p_shopItemlist = m_storeModel.TryGetStoreDatas((int)m_storeModel.storeFuncType);
             if (p_shopItemlist.Count > 0)
             {
                 int i = 0;

--
Gitblit v1.8.0