HDL_ON/Entity/Function/Scene.cs
@@ -412,8 +412,13 @@ { result = ApiUtlis.Ins.HttpRequest.CancelCollectScene(userSceneId); } //提示错误 if (result != StateCode.SUCCESS) { if (!Common.ApiUtlis.Ins.hadInternet) { this.SaveSceneFile(); } else { Application.RunOnMainThread(() => { @@ -421,6 +426,7 @@ IMessageCommon.Current.ShowErrorInfoAlter(result); }); } } else { this.SaveSceneFile();