From eddda0f3f07ba63611062ee10e0bd93d75041773 Mon Sep 17 00:00:00 2001 From: jiannibang Date: Fri, 25 Sep 2020 10:59:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h5/snake/snake.js | 1 - 1 file changed, 1 deletion(-) diff --git a/h5/snake/snake.js b/h5/snake/snake.js index 3891e43..38eb6f0 100644 --- a/h5/snake/snake.js +++ b/h5/snake/snake.js @@ -37,7 +37,6 @@ export default class SnakeClass extends SnakeControl { score.textContent = 0; score.style.fontSize = (container.clientWidth / 2160) * 120 + "px"; score.style.lineHeight = (container.clientWidth / 2160) * 95 + "px"; - console.log(score.style); bg.appendChild(score); const modal = document.createElement("div"); modal.className = "modal show";