From 56dc50afb34f6475d249640e72e57b8560566d37 Mon Sep 17 00:00:00 2001
From: QD-PangDeRong <593317293@qq.com>
Date: 星期五, 10 八月 2018 21:42:51 +0800
Subject: [PATCH] 【1534】商城切换文字刷新有延迟

---
 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