From fa32cd8aa9fa08899ee11091744b39e0cc7ddd72 Mon Sep 17 00:00:00 2001 From: Min5203 <2318556978@qq.com> Date: Tue, 4 Jan 2022 10:27:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GameList.vue | 9 +++++---- src/views/Index.vue | 7 +++---- src/views/TrainSiteList.vue | 6 ++++-- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/views/GameList.vue b/src/views/GameList.vue index 80743ae..e3de71b 100644 --- a/src/views/GameList.vue +++ b/src/views/GameList.vue @@ -72,7 +72,7 @@ function openGame(gameName) { * @param {string} gameName 游戏name */ function mouseover(gameName) { - // console.log(gameName); + console.log(gameName); newname.value = gameName; hover(); gameImage.value = `/page3/${gameName}.jpg`; @@ -92,14 +92,15 @@ function hoverEnd() {