wxr
2022-11-23 582b05b4b1616ae71360f362dfaf1345e2d682da
HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/DeviceListPage.cs
@@ -119,7 +119,7 @@
                {
                    var btnDel = new Button()
                    {
                        TextColor = CSS_Color.TextualColor,
                        TextColor = CSS_Color.MainBackgroundColor,
                        BackgroundColor = CSS_Color.WarningColor,
                        TextID = StringId.Del,
                        TextAlignment = TextAlignment.Center,
@@ -136,7 +136,7 @@
                                try
                                {
                                    var http = new HttpServerRequest();
                                    var result = http.Delete3tyDevice("3452daf");// device.deviceId);
                                    var result = http.Delete3tyDevice( device.deviceId);
                                    if (result.Code == StateCode.SUCCESS)
                                    {
                                        Application.RunOnMainThread(() =>
@@ -148,7 +148,7 @@
                                    {
                                        Application.RunOnMainThread(() =>
                                        {
                                            new PublicAssmebly().TipMsgAutoClose(Language.StringByID(StringId.OperationFailed)+$"\r\n({result.Code})", true);
                                            new PublicAssmebly().TipMsgAutoClose(Language.StringByID(StringId.OperationFailed)+$"({result.Code})", true);
                                        });
                                    }
                                }catch (Exception ex)