gxc
2019-11-22 9c607e921ca7c379799e4dd88b140265a1d5d5c5
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/ButtonBase.cs
@@ -133,7 +133,7 @@
                }
                catch (Exception ex)
                {
                    //出现未知错误,数据丢失
                    //出现未知错误
                    var alert = new ShowMsgControl(ShowMsgType.Error, Language.StringByID(R.MyInternationalizationString.uUnKnownError));
                    alert.Show();
                    //Log出力