lcy
6 天以前 cc349a454d938e4046151233d6639d2c3807da9b
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