Ver Fonte

热更修改

123 há 1 ano atrás
pai
commit
550b4ca898
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      Assets/Src/Core/DownLoad/DownloadMgr.cs

+ 2 - 2
Assets/Src/Core/DownLoad/DownloadMgr.cs

@@ -233,8 +233,8 @@ public class DownloadMgr : Singleton<DownloadMgr>
             {
                 if (webReq == null)
                 {
-                    CheckFinish = true;
-                    DowmloadError = true;
+                    downloadUrl = GetDownloadUrl();
+                    StartCheck();
                     return;
                 }