From 1939168d3d9c4c7a007b836c05de46bdc6bd675f Mon Sep 17 00:00:00 2001 From: Larry Date: Thu, 28 Jan 2021 17:41:54 +0800 Subject: [PATCH] update submit --- contract.html | 1 + 1 file changed, 1 insertion(+) diff --git a/contract.html b/contract.html index b6444d7..b1f75fd 100644 --- a/contract.html +++ b/contract.html @@ -597,6 +597,7 @@ $("#call_result").text(""); $(".next").removeClass("active1"); } + $("#call").attr("disabled", false); }) .catch(function (err) { $("#call_test_result").text(JSON.stringify(err));