From 586daec3f88f89324fc95184d365d2bfc8e1161d Mon Sep 17 00:00:00 2001 From: changjiuxiong <31230281+changjiuxiong@users.noreply.github.com> Date: Tue, 13 Oct 2020 10:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AB=E5=88=86=20AI=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Game.vue | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/src/components/Game.vue b/src/components/Game.vue index 0abc6d2..e545661 100644 --- a/src/components/Game.vue +++ b/src/components/Game.vue @@ -81,7 +81,12 @@
- {{game.playerList[0].jiaoFen}}分 + + {{game.playerList[0].jiaoFen}}分 + + + 不叫 +
@@ -117,7 +122,12 @@
- {{game.playerList[2].jiaoFen}}分 + + {{game.playerList[2].jiaoFen}}分 + + + 不叫 +
@@ -152,7 +162,12 @@
- {{game.playerList[1].jiaoFen}}分 + + {{game.playerList[1].jiaoFen}}分 + + + 不叫 +
-- GitLab