From b95396cf6bff9946fd2b9dee786270e214c06880 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 17 Dec 2020 17:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/admin.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/public/static/admin.js b/public/static/admin.js index 25a327c63..9b63338dc 100644 --- a/public/static/admin.js +++ b/public/static/admin.js @@ -855,9 +855,11 @@ $(function () { that.runCache(code, this.lineIndex, 1), location.href = this.line.message; } } - that.$code.html('

' + that.lines.join('

') + '

'), that.$code.animate({scrollTop: that.$code[0].scrollHeight + 'px'}, 200); - that.$percent.attr('lay-percent', (parseFloat(ret.data.progress || '0.00').toFixed(2)) + '%'), layui.element.render(); - if (ret.data.status > 0) that.setState(parseInt(ret.data.status), ret.data.message); else return setTimeout(function () { + if (ret.data.status > 0) { + that.$code.html('

' + that.lines.join('

') + '

'), that.$code.animate({scrollTop: that.$code[0].scrollHeight + 'px'}, 200); + that.$percent.attr('lay-percent', (parseFloat(ret.data.progress || '0.00').toFixed(2)) + '%'), layui.element.render(); + that.setState(parseInt(ret.data.status), ret.data.message); + } else return setTimeout(function () { loadprocess(code); }, Math.floor(Math.random() * 500) + 200), false; if (parseInt(ret.data.status) === 3 || parseInt(ret.data.status) === 4) return false; else return setTimeout(function () {