yyl
2026-01-15 bface07b5ea879e40f5be8d082bfa77fb873b0bd
Main/System/UIBase/UIJumpManager.cs
@@ -38,6 +38,20 @@
      }
      var config = WindowSearchConfig.Get(winID);
      if (config.WinName == "StoreBaseWin")
      {
         //指定商品
         StoreModel.Instance.jumpShopID = int.Parse(config.Extra);
         if (StoreModel.Instance.jumpShopID == 0)
         {
            StoreModel.Instance.selectStoreFuncType = StoreFunc.Normal;
         }
         else
         {
            StoreModel.Instance.selectStoreFuncType = (StoreFunc)StoreConfig.Get(StoreModel.Instance.jumpShopID).ShopType;
         }
      }
      if (!UIManager.Instance.IsOpened(config.WinName))
      {
         UIManager.Instance.OpenWindow(config.WinName, config.TabIndex);