Main/System/Store/StoreModel.cs
@@ -541,6 +541,17 @@ return 0; } public bool CheckPopBuyWin(int shopID) { int state = GetShopIDState(shopID); if (state == 1 || state == 3) { SysNotifyMgr.Instance.ShowTip(StringUtility.Contact("StoreTip", state)); return false; } return true; } } public enum StoreFunc