From cb13558735c3690c78ede6ef8c5181bb9123b75b Mon Sep 17 00:00:00 2001 From: "eason.qian" Date: Fri, 6 Apr 2018 08:22:49 +0800 Subject: [PATCH] fix --- src/main/ui/static/templates/payment/success.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/ui/static/templates/payment/success.js b/src/main/ui/static/templates/payment/success.js index 85c7020b3..8bb8587a3 100644 --- a/src/main/ui/static/templates/payment/success.js +++ b/src/main/ui/static/templates/payment/success.js @@ -55,10 +55,10 @@ $(function () { method: 'GET', dataType: 'text', success: function (data) { - if (data > 0) { - $('.points-dialog .points-value').html('+ ' + data); - $('.points-dialog').removeClass('hide'); - } + // if (data > 0) { + // $('.points-dialog .points-value').html('+ ' + data); + // $('.points-dialog').removeClass('hide'); + // } }, error: function () { }