黄学彪
2020-09-18 c7df85937f73fb347ee0b19e9c052d2d00a6df6c
ZigbeeApp/Shared/Phone/UserCenter/Device/PirSensor/PirSensorBindTargetSettionForm.cs
@@ -542,7 +542,13 @@
            PickerView.ShowSecondary(listfirst, listSecond, (value1, value2) =>
             {
                 btnTime.Text = listfirst[value1].TrimStart('0') + listSecond[value1][value2];
                 string textValue = listSecond[value1][value2];
                 if (value1 != 0)
                 {
                     textValue = listfirst[value1].TrimStart('0') + textValue;
                 }
                 btnTime.Text = textValue;
                 int minute = Convert.ToInt32(listfirst[value1].Substring(0, 2));
                 int second = Convert.ToInt32(listSecond[value1][value2].Substring(0, 2));
                 int delaySecond = minute * 60 + second;