陈嘉乐
2021-03-16 7a11998bb4d64d8fce3aef1ed7918553832baf02
2021-3-16-2
1个文件已修改
4 ■■■■ 已修改文件
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/Method.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
                }