From 5bfb959c47017825c8cf7dc8570c55b04dab694c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 09 六月 2021 16:42:11 +0800 Subject: [PATCH] Merge branch 'dev-tzy' into wxr6 --- HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/Buttons.cs | 23 ++++++++++++----------- 1 files changed, 12 insertions(+), 11 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/Buttons.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/Buttons.cs index 139d2a6..6a79288 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/Buttons.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/View/Buttons.cs @@ -265,14 +265,14 @@ break; case 5: { - iconPath = "PirIcon/projector.png"; - deviceNameIndex = StringId.touyingyi; + iconPath = "PirIcon/dvd.png"; + deviceNameIndex = StringId.dvd; } break; case 6: { - iconPath = "PirIcon/dvd.png"; - deviceNameIndex = StringId.dvd; + iconPath = "PirIcon/projector.png"; + deviceNameIndex = StringId.touyingyi; } break; case 7: @@ -310,28 +310,29 @@ case 3: { //椋庢墖 - type = "fan-" + SPK.FanIr; + // type = "fan-" + SPK.ElectricFan; } break; case 4: { //鏈洪《鐩� - type = "set_top_box-" + SPK.StbIr; + // type = "set_top_box-" + SPK.ElectricTV; } break; case 5: { - //鎶曞奖浠� - type = "projector-" + SPK.PjtIr; + //褰辩鏈� + // type = "dvd-" + SPK.ElectricTV; } break; case 6: { - //褰辩鏈� - type = "dvd-" + SPK.DvDIr; - + //鎶曞奖浠� + // type = "projector-" + SPK.ElectricTV; } break; + + } return type; } -- Gitblit v1.8.0