HDL Home App 第二版本 旧平台金堂用 正在使用
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/AiererTimeControl.cs
@@ -27,6 +27,7 @@
    /// </summary>
    private NormalViewControl btnTextView = null;
    #endregion
    #region ■ 初始化_____________________________
@@ -206,8 +207,8 @@
             this.DetailCardActionTimeEvent?.Invoke(airer.DisinfectRemainTime, type);
             break;
         }
       //成功后更新外面文本
       this.SelectTimeEvent?.Invoke(totalMin, type);
         //成功后更新外面文本
         this.SelectTimeEvent?.Invoke(totalMin, type);
         this.SelectTimeEvent = null;
         this.shadowRadiusFrameLayout.RemoveFromParent();
@@ -230,7 +231,7 @@
      base.RemoveFromParent();
    }
    #endregion
    #endregion
  }
}