From 069a207b238e4a3e061afb1025fe7da58f08b5e7 Mon Sep 17 00:00:00 2001 From: flykhan Date: Fri, 3 Mar 2023 16:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=8D=E6=9D=A5=E4=B8=80=E6=AC=A1=E6=97=B6?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=B4=E5=83=8F=E5=92=8C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E4=B8=BA=E7=AD=89=E5=BE=85=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/ResultBoard.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/components/ResultBoard.vue b/web/src/components/ResultBoard.vue index d134817..df8e8d0 100644 --- a/web/src/components/ResultBoard.vue +++ b/web/src/components/ResultBoard.vue @@ -39,6 +39,11 @@ export default { const restart = () => { store.commit("updateStatus", "matching"); store.commit("updateLoser", "none"); + // 定义默认匹配页面对手信息(匹配等待过程中使用) + store.commit("updateOpponent", { + username: "等待对手", + photo: "https://typoraflykhan.oss-cn-beijing.aliyuncs.com/202302251825860.png", + }) } return {