From 5b660cd16b178ba0776f15532eb6ce5060b9eeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=9D=9A=E6=9E=9C?= <753610399@qq.com> Date: Mon, 16 Sep 2019 10:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E7=BC=96=E7=A0=81bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 71f29de..dc12cb5 100644 --- a/index.html +++ b/index.html @@ -413,7 +413,7 @@ }; rec.set.bitRate=list[i]; rec.isMock=1; - recstopFn(0,function(){ + recstopFn(null,0,function(){ setTimeout(run); }); };