From e52755dd02a0597a9d525d327fff1cae67fe73b1 Mon Sep 17 00:00:00 2001 From: "1215525055@qq.com" <1215525055@qq.com> Date: Fri, 28 Feb 2025 09:39:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90AI=E8=BD=AF=E8=91=97=E5=95=86?= =?UTF-8?q?=E5=9F=8E=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/user/ic/apply/review.html | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/main/resources/templates/user/ic/apply/review.html b/src/main/resources/templates/user/ic/apply/review.html index 0fff78b..2fba205 100644 --- a/src/main/resources/templates/user/ic/apply/review.html +++ b/src/main/resources/templates/user/ic/apply/review.html @@ -154,18 +154,18 @@ } form.val('dataForm', dataFormData); form.render(null, 'dataForm'); - icRebateRatioSlide = slider.render({ - elem: '#icRebateRatioSlide', - max: 50, - min: 0, - step: 1, - showstep: true, - value: data.icRebateRatio, - range: false, - change: function(value) { - $icRebateRatio.val(value); - } - }) + icRebateRatioSlide = slider.render({ + elem: '#icRebateRatioSlide', + max: 50, + min: 0, + step: 1, + showstep: true, + value: data.icRebateRatio, + range: false, + change: function(value) { + $icRebateRatio.val(value); + } + }) }, function(code, data) { top.dialog.msg(data.msg); }, function() {