| | |
| | | int state = GetShopIDState(shopID);
|
| | | if (state == 1 || state == 3)
|
| | | {
|
| | | SysNotifyMgr.Instance.ShowTip(StringUtility.Contact("StoreTip", state));
|
| | | SysNotifyMgr.Instance.ShowTip(StringUtility.Concat("StoreTip", state.ToString()));
|
| | | return false;
|
| | | }
|
| | | return true;
|
| | |
| | | Guild = 2, //2:公会
|
| | | Hero = 3, //3:将魂
|
| | | OSHeroCall = 4, //4:开服招募礼包
|
| | |
|
| | | OSGalaChange = 5, //5:开服庆典兑换
|
| | | OSGalaGift = 6, //6:开服庆典礼包
|
| | | SpecialStore = 7, //7:特惠商城
|
| | | DailySpecialsFree = 8, //8: 每日特惠-每日特惠免费
|
| | | DailyGiftFree = 9, //9: 每日特惠-每日礼包免费
|
| | | WeeklyGiftFree = 10, //10: 每日特惠-每周礼包免费
|
| | | }
|
| | |
|
| | |
|