From 3c1b1c60276715dc75c27d31a14211ad2ccc82ab Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期四, 11 三月 2021 17:36:57 +0800
Subject: [PATCH] 20210311-

---
 HDL_ON/Common/FileUtlis.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/Common/FileUtlis.cs b/HDL_ON/Common/FileUtlis.cs
index 0d3e2f2..ec46621 100644
--- a/HDL_ON/Common/FileUtlis.cs
+++ b/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();
             }
         }
 

--
Gitblit v1.8.0