From 04ffe31b6a2b2fbcfecc83abb44a8aa233f2e53f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 02 二月 2026 18:45:57 +0800
Subject: [PATCH] 54 【淘金】切后台淘金完成 时间显示负数

---
 Main/System/Store/StoreModel.cs |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Main/System/Store/StoreModel.cs b/Main/System/Store/StoreModel.cs
index 35e8337..4214b94 100644
--- a/Main/System/Store/StoreModel.cs
+++ b/Main/System/Store/StoreModel.cs
@@ -29,7 +29,7 @@
     public event Action RefreshShopEvent;
 
     public StoreFunc selectStoreFuncType = StoreFunc.Normal;
-
+    public int jumpShopID;
 
     public int buyShopID;
 
@@ -557,7 +557,7 @@
         int state = GetShopIDState(shopID);
         if (state == 1 || state == 3)
         {
-            SysNotifyMgr.Instance.ShowTip(StringUtility.Contact("StoreTip", state));
+            SysNotifyMgr.Instance.ShowTip(StringUtility.Concat("StoreTip", state.ToString()));
             return false;
         }
         return true;
@@ -570,7 +570,12 @@
     Guild = 2, //2锛氬叕浼�
     Hero = 3, //3锛氬皢榄�
     OSHeroCall = 4, //4锛氬紑鏈嶆嫑鍕熺ぜ鍖�
-
+    OSGalaChange = 5, //5锛氬紑鏈嶅簡鍏稿厬鎹�
+    OSGalaGift = 6, //6锛氬紑鏈嶅簡鍏哥ぜ鍖�
+    SpecialStore = 7, //7锛氱壒鎯犲晢鍩�
+    DailySpecialsFree = 8, //8: 姣忔棩鐗规儬-姣忔棩鐗规儬鍏嶈垂
+    DailyGiftFree = 9, //9: 姣忔棩鐗规儬-姣忔棩绀煎寘鍏嶈垂
+    WeeklyGiftFree = 10, //10: 姣忔棩鐗规儬-姣忓懆绀煎寘鍏嶈垂
 }
 
 

--
Gitblit v1.8.0