window.addEventListener('load', function () { let leafs = document.querySelector('.leafs'); let switchBox = document.querySelector('.switch'); let len = switchBox.children.length; for (let i = 0; i < len; i++) { switchBox.children[i].setAttribute('data-index', i) } switchBox.addEventListener , function (e) { let target = e.target; for (let i = 0; i < len; i++) { switchBox.children