From 69d3858d6ee726ef7ed48f43ff5c878670187f9b Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 28 十一月 2019 13:31:57 +0800
Subject: [PATCH] 补漏:IOS 的微信登录

---
 ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs b/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs
index 26cc142..4144117 100755
--- a/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/DelayTime.cs
@@ -32,7 +32,7 @@
 
             var titleName = new Button
             {
-                TextSize = 16,
+                TextSize = 17,
                 TextColor = ZigbeeColor.Current.LogicTextBlackColor,
                 TextAlignment = TextAlignment.CenterLeft,
                 X = Application.GetRealWidth(176),
@@ -117,6 +117,8 @@
                 Y = blancolor.Bottom + Application.GetRealHeight(50),
                 TextID =MyInternationalizationString.createtimetext,
                 TextColor = ZigbeeColor.Current.LogicTextBlackColor,
+                TextSize = 15,
+
             };
             middle.AddChidren(titleText);
 
@@ -127,8 +129,8 @@
                 BackgroundColor = ZigbeeColor.Current.LogicBlankBackgroundColor,
             };
             middle.AddChidren(PickerViewfra);
-
-
+            PickerViewfra.SetCornerWithSameRadius(20, HDLUtils.RectCornerTopLeft | HDLUtils.RectCornerTopRight);
+            
 
             var mUIPickerView = new UIPickerView
             {
@@ -196,7 +198,10 @@
             ///瀹屾垚鐐瑰嚮浜嬩欢
             btnsave.MouseUpEventHandler += (sender, e) =>
             {
-                
+                if (timevalue == 0)
+                {
+                    return;
+                }
                 if (selectde != ""|| timevalue==5)
                 {
                     Dictionary<string, object> actionsInfo = new Dictionary<string, object>();

--
Gitblit v1.8.0