From fe41a66156b5c1e9bd881a83d830ca447a3728fc Mon Sep 17 00:00:00 2001
From: client_LCJ <461730578@qq.com>
Date: 星期五, 10 八月 2018 21:45:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

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

diff --git a/System/Store/StoreWin.cs b/System/Store/StoreWin.cs
index 1182cb5..8a7f0fe 100644
--- a/System/Store/StoreWin.cs
+++ b/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;
         }
 

--
Gitblit v1.8.0