yulongchen commited on
Commit
08bb076
·
1 Parent(s): 3fa8ea4

Add system

Browse files
Files changed (1) hide show
  1. test.html +2 -1
test.html CHANGED
@@ -443,7 +443,8 @@
443
 
444
  // 🔄 可以预先显示提示
445
  document.getElementById("result").querySelector("p").textContent = "⏳ Please wait, checking...";
446
-
 
447
 
448
 
449
  try {
 
443
 
444
  // 🔄 可以预先显示提示
445
  document.getElementById("result").querySelector("p").textContent = "⏳ Please wait, checking...";
446
+ document.getElementById("progress").classList.remove("hidden");
447
+ document.getElementById("result").classList.remove("hidden");
448
 
449
 
450
  try {