From 741f889847f72c4aad68dc0f8632e213b5e03ca3 Mon Sep 17 00:00:00 2001 From: ZiYi <1756318241@qq.com> Date: Wed, 8 Sep 2021 16:27:23 +0800 Subject: [PATCH] fix bugs --- static/js/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/js/index.js b/static/js/index.js index a0324ab..2878878 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -234,7 +234,11 @@ $(document).ready(function () { btn.text(parseFloat(btn.text()) - 1 + 's'); if (parseFloat(btn.text()) == 0) { stopct(); + flag_input = true; check(); + $("#show").show(); + $(".result").attr("disabled", 'disabled'); + $("#check").attr("disabled", 'disabled'); } }, 1000); }