hch
2025-12-09 f448a4aff7c479db081175c9206913cc6dedf553
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));
            SysNotifyMgr.Instance.ShowTip(StringUtility.Contact("StoreTip", state.ToString()));
            return false;
        }
        return true;