| | |
| | | { |
| | | 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(); |
| | |
| | | /// <summary> |
| | | /// 属性的值列表 |
| | | /// </summary> |
| | | [Newtonsoft.Json.JsonIgnore] |
| | | public List<string> valueList = new List<string>(); |
| | | /// <summary> |
| | | /// 属性名称显示文本 |
| | |
| | | return text; |
| | | } |
| | | |
| | | [Newtonsoft.Json.JsonIgnore] |
| | | public string UintString = ""; |
| | | |
| | | /// <summary> |