From 343238ab14d1fe6589c537ab31788d112b836d1d Mon Sep 17 00:00:00 2001 From: imebeh Date: Wed, 22 Apr 2020 13:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20=E6=A0=A1=E9=AA=8C?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E6=9D=A1=E5=AE=BD=E5=BA=A6=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tr-web-control/script/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tr-web-control/script/system.js b/src/tr-web-control/script/system.js index 4730c81..25c3d56 100644 --- a/src/tr-web-control/script/system.js +++ b/src/tr-web-control/script/system.js @@ -2471,7 +2471,7 @@ var system = { // 目前只有status==_status.download时 torrent 不是对象 // 检查进度条长度保持在已完成的范围内 var percentCheckText = parseFloat(torrent.recheckProgress * 100).toFixed(2); - var percentCheckView = parseFloat(progress * 100 * torrent.recheckProgress).toFixed(2); + var percentCheckView = parseFloat(progress * torrent.recheckProgress).toFixed(2); return '
'+ '
' + percentCheckText + '%
'+ '
'+