From 9c0b95796d04fdec3b6cfc2ae7ad06154b34e7ad Mon Sep 17 00:00:00 2001 From: yixian Date: Fri, 14 May 2021 10:10:42 +0800 Subject: [PATCH] =?UTF-8?q?3ds=20=E6=B5=81=E7=A8=8B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/ui/static/templates/payment/v1/card_pay.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/ui/static/templates/payment/v1/card_pay.js b/src/main/ui/static/templates/payment/v1/card_pay.js index e6507d7e3..fe2005fb2 100644 --- a/src/main/ui/static/templates/payment/v1/card_pay.js +++ b/src/main/ui/static/templates/payment/v1/card_pay.js @@ -35,6 +35,7 @@ $(function () { method: 'POST', success: function (res) { if (res.sdk_params) { + loading.addClass('hide') let threeDsParams = JSON.parse(res.sdk_params); handleThreeDs(threeDsParams); return;