소스 검색

商城跳转修改

huangxiaoyue 1 년 전
부모
커밋
3cbef488e0
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      GameClient/Assets/Game/HotUpdate/Views/CommonGame/ApproachView.cs

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