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