Main/System/Store/StoreModel.cs
@@ -557,7 +557,7 @@ int state = GetShopIDState(shopID); if (state == 1 || state == 3) { SysNotifyMgr.Instance.ShowTip(StringUtility.Contact("StoreTip", state.ToString())); SysNotifyMgr.Instance.ShowTip(StringUtility.Concat("StoreTip", state.ToString())); return false; } return true;