chenjunkai 5 жил өмнө
parent
commit
e1859fcbd7

+ 4 - 0
web/ansjer_answer/lottery/index.html

@@ -239,6 +239,10 @@
     }
 
     function DetailsTab() {
+        if (draw_status == 0) {
+            alert('你还未抽奖');
+            return;
+        }
         if (draw_status == 1) {
             alert('恭喜你中奖 获得一台c611');
             $('#drawTab').hide();