陈嘉乐
2021-03-16 7a11998bb4d64d8fce3aef1ed7918553832baf02
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs
@@ -358,11 +358,11 @@
            while ((DateTime.Now - dateTime).TotalMilliseconds < timeValue * 1000)
            {
                string str = "";
                if (str == "遥控器")
                if (text == "遥控器")
                {
                    str = controldata;
                }
                else if (str == "按键")
                else if (text == "按键")
                {
                    str = buttondata;
                }