From 0de3ac9b3e2afea565dd9d028a89986a2e0a377d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 18 十一月 2021 10:07:18 +0800
Subject: [PATCH] 增加siri扩展
---
HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs | 29 ++---------------------------
1 files changed, 2 insertions(+), 27 deletions(-)
diff --git a/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs b/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs
index 9b483a8..924fa9d 100644
--- a/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs
+++ b/HDL_ON/UI/UI0-Stan/Controls/BottomControls/BottomTimeSelectControl.cs
@@ -188,7 +188,7 @@
value2 = 0;
pickerView.setCurrentItems(value1, value2, 0);
}
- else
+ //else
{
//鏇存敼绱㈠紩
selectHour = Convert.ToInt32(listHour[value1].Substring(0, 2));
@@ -196,32 +196,7 @@
}
};
}
-
- /// <summary>
- /// 鐗规畩鐨勯泦鍚堥�夋嫨浜嬩欢锛屽満鏅椂闂磋缃娇鐢�
- /// </summary>
- public void ChangePickerEvent2()
- {
- pickerView.OnSelectChangeEvent = (value1, value2, value3) =>
- {
- if (value1 == 60 && value2 == 60)
- {
- value2 = 0;
- pickerView.setCurrentItems(value1, value2, 0);
- }
- //else if (value1 == 4 && value2 == 1)
- //{
- // value2 = 0;
- // pickerView.setCurrentItems(value1, value2, 0);
- //}
- //else
- //{
- // //鏇存敼绱㈠紩
- // selectHour = Convert.ToInt32(listHour[value1].Substring(0, 2));
- // selectMinute = Convert.ToInt32(listMinute[value2].Substring(0, 2));
- //}
- };
- }
+
#endregion
#region 鈻� 涓�鑸柟娉昣__________________________
--
Gitblit v1.8.0