From 85819af9d2dab9de167cd68bda3ff80c707b7e29 Mon Sep 17 00:00:00 2001 From: lin <1439713475@qq.com> Date: Fri, 16 Sep 2022 19:55:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E9=BC=A0=E6=A0=87?= =?UTF-8?q?=E7=BB=8F=E8=BF=87=E5=9B=BE=E6=A0=87=E7=9A=84=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/GamePage.vue | 161 +++++++++++++++++++++-------------------- 1 file changed, 83 insertions(+), 78 deletions(-) diff --git a/src/pages/GamePage.vue b/src/pages/GamePage.vue index 573c78a..55744fd 100644 --- a/src/pages/GamePage.vue +++ b/src/pages/GamePage.vue @@ -1,59 +1,53 @@ - - ⬅️ 返回 - - - - + ⬅️ 返回 + + + + doClickBlock(block, e)" - > - {{ block.type }} - - - - - - doClickBlock(randomBlock[0], e, index)" - > - {{ randomBlock[0].type }} - - - - - - - - {{ slotBlock?.type }} - - - - + @click="(e) => doClickBlock(block, e)" + >{{ block.type }} + + + + + doClickBlock(randomBlock[0], e, index)" + >{{ randomBlock[0].type }} + + + + + + {{ slotBlock?.type }} + + +