lcy
6 小时以前 16dba0ff4d2eed7f5a4a7c37640f158ee9f73d8c
Main/System/UIBase/UIJumpManager.cs
@@ -57,7 +57,15 @@
            }
            else
            {
               StoreModel.Instance.selectStoreFuncType = (StoreFunc)StoreConfig.Get(StoreModel.Instance.jumpShopID).ShopType;
               var storeConfig = StoreConfig.Get(StoreModel.Instance.jumpShopID);
               if (storeConfig.ShopType == (int)StoreFunc.HeroSkin &&
                   !StoreModel.Instance.IsHeroSkinShopOpenByStoreConfig(storeConfig))
               {
                  SysNotifyMgr.Instance.ShowTip("JumpSkinErr");
                  StoreModel.Instance.jumpShopID = 0;
                  return;
               }
               StoreModel.Instance.selectStoreFuncType = (StoreFunc)storeConfig.ShopType;
            }
         }
      }
@@ -162,4 +170,4 @@
         ui?.ClickFuncBtn(config.TabIndex);
      }
   }
}
}