diff --git a/frontend/Web/show.html b/frontend/Web/show.html index 34d8de9..cc6c3a0 100644 --- a/frontend/Web/show.html +++ b/frontend/Web/show.html @@ -119,7 +119,6 @@ await UpdateUserInfo(); if((await GetMyPrivilege())<1) { - document.querySelector('.buy-box').style.display = 'none'; document.querySelector('.content').innerHTML = '

Please log in first.

Redirecting to home page in 3 seconds...

'; setTimeout(function(){window.location.href="/";},3000); }