From aaf473d96bd76a3ebdafdbbb4d70ad6d3940b540 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Wed, 27 Oct 2021 19:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E5=91=98=E6=8A=A5=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index da49a6a..7d6a25b 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@
- @@ -173,8 +173,8 @@ const { success, code, data, msg } = res; if (success && code === 200) { if (!data) { - that.dom.querySelector('.student-box').style.display = 'block'; - that.dom.querySelector('.student-load').style.display = 'none'; + // that.dom.querySelector('.student-box').style.display = 'block'; + // that.dom.querySelector('.student-load').style.display = 'none'; } } else { console.log('msg: ', msg);