| | |
| | | } |
| | | 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; |
| | | } |
| | | } |
| | | } |
| | |
| | | ui?.ClickFuncBtn(config.TabIndex); |
| | | } |
| | | } |
| | | } |
| | | } |