少年修仙传客户端代码仓库
client_LCJ
2018-08-10 fe41a66156b5c1e9bd881a83d830ca447a3728fc
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
5 ■■■■■ 已修改文件
System/Store/StoreWin.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Store/StoreWin.cs
@@ -413,6 +413,7 @@
            m_storeModel.shoplist.Clear();
            m_storeModel.storeFuncType = StoreFunc.IntegralStore;
            OnCreate();
            RefreshResetTime();
            functionOrder = _integralStoreTitle.order;
        }
@@ -421,6 +422,7 @@
            m_storeModel.shoplist.Clear();
            m_storeModel.storeFuncType = StoreFunc.BindStore;
            OnCreate();
            RefreshResetTime();
            functionOrder = _bindStoreTitle.order;
        }
@@ -429,6 +431,7 @@
            m_storeModel.shoplist.Clear();
            m_storeModel.storeFuncType = StoreFunc.GrowStrongerStore;
            OnCreate();
            RefreshResetTime();
            functionOrder = _growStrongerStoreTitle.order;
        }
@@ -437,6 +440,7 @@
            m_storeModel.shoplist.Clear();
            m_storeModel.storeFuncType = StoreFunc.CommonStore;
            OnCreate();
            RefreshResetTime();
            functionOrder = _commonStoreTitle.order;
        }
@@ -444,6 +448,7 @@
        {
            m_storeModel.storeFuncType = StoreFunc.WeekStore;
            OnCreate();
            RefreshResetTime();
            functionOrder = _weekStoreTitle.order;
        }