From c696fa13964291f5a235c41091334354ae14a487 Mon Sep 17 00:00:00 2001 From: ZhuangYumin Date: Sun, 17 Dec 2023 04:45:37 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=A1=B5=E9=9D=A2=E9=89=B4=E6=9D=83=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/Web/show.html | 1 - 1 file changed, 1 deletion(-) 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); }