wxr
2024-10-23 47f179be722a61c95cc03c8f90e1aa91c12d1124
HDL_ON/Entity/Function/Scene.cs
@@ -412,14 +412,24 @@
                {
                    result = ApiUtlis.Ins.HttpRequest.CancelCollectScene(userSceneId);
                }
                //提示错误
                if (result != StateCode.SUCCESS)
                {
                    Application.RunOnMainThread(() =>
                    if (!Common.ApiUtlis.Ins.hadInternet)
                    {
                        collect = !collect;
                        IMessageCommon.Current.ShowErrorInfoAlter(result);
                    });
                        this.SaveSceneFile();
                    }
                    else
                    {
                        Application.RunOnMainThread(() =>
                        {
                            collect = !collect;
                            IMessageCommon.Current.ShowErrorInfoAlter(result);
                        });
                    }
                }
                else
                {
                    this.SaveSceneFile();
                }
            })
            { IsBackground = true }.Start();