ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Common/ClickButtonCommon.cs
@@ -73,7 +73,7 @@ //设置点击后的状态 this.SetClickStatu(); new System.Threading.Thread(() => HdlThreadLogic.Current.RunThread(() => { System.Threading.Thread.Sleep(ControlCommonResourse.StatuChangedWaitTime); Application.RunOnMainThread(() => @@ -86,8 +86,7 @@ //设置非点击后的状态 this.SetNotClickStatu(); }); }) { IsBackground = true }.Start(); }); } /// <summary>