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);