From 259511c92bf82c170c9915219ea0264e1b78bb31 Mon Sep 17 00:00:00 2001 From: AlanFenng Date: Fri, 10 Apr 2020 18:06:00 +0800 Subject: [PATCH] =?UTF-8?q?upgrade=20=E4=BC=98=E5=8C=96=E5=8D=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E8=A1=A8=E5=8D=95?= 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 | 3 +++ 1 file changed, 3 insertions(+) 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 95dfb5edc..425a6a31a 100644 --- a/src/main/ui/static/templates/payment/v1/card_pay.js +++ b/src/main/ui/static/templates/payment/v1/card_pay.js @@ -25,6 +25,9 @@ $(function () { border: 'none', borderRadius: '10px' }; + cardFrame.onReady = function(){ + $('#readyModal').hide() + } cardFrame.onError = function (msg) { $('#errorMsgBox').text(msg).show(); };