zck 9 月之前
父節點
當前提交
1be98d3afc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/view/performance/chukubaogong.vue

+ 1 - 1
src/view/performance/chukubaogong.vue

@@ -433,7 +433,7 @@
 		if (x >= 0 && x <=6) {
 		  move = x + 1
 		}
-		document.getElementById(`input${move}${y}`).focus();
+		document.getElementById(`input${move}${y}`).focus(); 
 		break;
 	  case 37: // 向右箭头
 		if (x = 0  && x <=6) {