zck 9 сар өмнө
parent
commit
1be98d3afc

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

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