Authored by 郭成尧

code-error

@@ -441,7 +441,7 @@ let analysisMap = { @@ -441,7 +441,7 @@ let analysisMap = {
441 441
442 function tagIndex(arr, $_target) { 442 function tagIndex(arr, $_target) {
443 if ($_target) { 443 if ($_target) {
444 - arr.L_INDEX = $_target.closet('li').index() + 1; 444 + arr.L_INDEX = $_target.closest('li').index() + 1;
445 } 445 }
446 } 446 }
447 447