From 096bc211e02f3e010ada28ad5b67a687307382b7 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 21 十一月 2018 16:54:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/Store/StoreModel.cs b/System/Store/StoreModel.cs
index db4d752..d51b851 100644
--- a/System/Store/StoreModel.cs
+++ b/System/Store/StoreModel.cs
@@ -734,7 +734,7 @@
     }
 
     List<ShopItemInfo> shopItemlist = new List<ShopItemInfo>();
-   private List<ShopItemInfo> GetShopItemlistByIndex(StoreConfig storeConfig)
+    public List<ShopItemInfo> GetShopItemlistByIndex(StoreConfig storeConfig)
     {
         if (storeConfig == null) return null;
 

--
Gitblit v1.8.0