Critial Bug Fix in Connector. Samples Bug Fix.

This commit is contained in:
luosheng
2023-02-15 16:18:57 +08:00
parent b880acff6d
commit af928c5932
313 changed files with 84 additions and 524 deletions

View File

@@ -18,7 +18,7 @@ function readLamp() {
[].forEach.call(liNodes, function (v) {
v.style.backgroundColor = "lightgray";
});
switch (datas.MainLamp) {
switch (datas.mainLamp) {
case "Red":
{
liNodes[index].style.backgroundColor = colorArr[index];
@@ -35,7 +35,7 @@ function readLamp() {
break;
}
}
switch (datas.SubLamp) {
switch (datas.subLamp) {
case "Red":
{
liNodes[index2].style.backgroundColor = colorArr[index];