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 1/4] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=E7=BB=8F=E8=BF=87=E5=9B=BE=E6=A0=87=E7=9A=84=E4=BD=93?= =?UTF-8?q?=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 }} + + + 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 2/4] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=E7=BB=8F=E8=BF=87=E5=9B=BE=E6=A0=87=E7=9A=84=E7=94=A8?= =?UTF-8?q?=E6=88=B7=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 }} + + + + From 256b16de7f784c5d775cb95fde1532bce0742b68 Mon Sep 17 00:00:00 2001 From: lin <1439713475@qq.com> Date: Fri, 16 Sep 2022 20:28:34 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=BA=86random-board?= =?UTF-8?q?=E5=92=8Cslot-board=E7=9B=92=E5=AD=90=E4=BC=9A=E9=9A=8F?= =?UTF-8?q?=E7=9D=80random-board=E5=86=85=E5=AE=B9=E7=9A=84=E5=87=8F?= =?UTF-8?q?=E5=B0=91=E8=80=8C=E5=87=BA=E7=8E=B0=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/GamePage.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/GamePage.vue b/src/pages/GamePage.vue index 4491795..29ab9f4 100644 --- a/src/pages/GamePage.vue +++ b/src/pages/GamePage.vue @@ -89,6 +89,8 @@ onMounted(() => {