From 7c39b8156f49220d76ba99cba3ff68e07d77a0bf Mon Sep 17 00:00:00 2001 From: lin <1439713475@qq.com> Date: Fri, 16 Sep 2022 19:59:17 +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=E7=94=A8=E6=88=B7?= =?UTF-8?q?=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 | 116 ++++++++++++++++++++++------------------- 1 file changed, 61 insertions(+), 55 deletions(-) diff --git a/src/pages/GamePage.vue b/src/pages/GamePage.vue index 55744fd..4491795 100644 --- a/src/pages/GamePage.vue +++ b/src/pages/GamePage.vue @@ -1,53 +1,59 @@ - - ⬅️ 返回 - - - - + ⬅️ 返回 + + + + 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 }} + + + +