huangxiaoyue 1 жил өмнө
parent
commit
3cbef488e0

+ 0 - 3
GameClient/Assets/Game/HotUpdate/Views/CommonGame/ApproachView.cs

@@ -179,9 +179,6 @@ namespace GFGGame
                     int storeSubId = int.Parse(infos[2]);
                     if (storeTabId == ConstStoreTabId.STORE_GIFT_BAG) { 
                         List<ShopCfg> shopCfgs = ShopCfgArray.Instance.GetCfgsBymenu1Andmenu2(ConstStoreTabId.STORE_GIFT_BAG, ConstStoreSubId.STORE_GIFT_BAG_ACTIVITY);
-                        //活动商店关闭需要减1
-                        if (ShopDataManager.Instance.RemoveNotOpenCfg(shopCfgs).Count == 0) 
-                            storeSubId -= 1;
                     }
                     isJump = ViewManager.Show<StoreView>(new object[] { storeTabId, storeSubId });
                     return;