wei
2021-03-11 3c1b1c60276715dc75c27d31a14211ad2ccc82ab
HDL_ON/Common/FileUtlis.cs
@@ -48,6 +48,10 @@
        {
            get
            {
                if(DB_ResidenceData.Instance.CurrentRegion == null)
                {
                    return AccountPath;
                }
                if (string.IsNullOrEmpty(regionPath) || !regionPath.Contains(DB_ResidenceData.Instance.CurrentRegion.RegionID ))
                {
                    regionPath = Path.Combine(AccountPath, DB_ResidenceData.Instance.CurrentRegion.RegionID);
@@ -305,6 +309,9 @@
                        }
                    }
                });
            }else
            {
                action?.Invoke();
            }
        }