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