From 8cc8d149e106a719f09f8c772a8d7825aaccefe2 Mon Sep 17 00:00:00 2001 From: Tdxdxoz Date: Fri, 25 Jun 2021 22:39:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A6=82=E6=9E=9C=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/index.js b/static/index.js index 3775f88..732dc32 100644 --- a/static/index.js +++ b/static/index.js @@ -78,6 +78,7 @@ $('.join-form').submit(async function (e) { } catch (error) { console.error(error); alert('出错啦\n' + error); + window.location.reload(); } finally { $(this).find(".leave-btn").show(); }