From bc8aa8760ed37fcfd5c408cdbd2b9c84dfe45a8c Mon Sep 17 00:00:00 2001 From: mehaotian <490272692@qq.com> Date: Mon, 8 Jan 2024 11:50:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20uni-loading=20=E5=86=85=E9=83=A8?= =?UTF-8?q?=E5=87=BD=E6=95=B0this=E6=8C=87=E5=90=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uni_modules/uni-loading/components/uni-loading/circle.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-loading/components/uni-loading/circle.uvue b/uni_modules/uni-loading/components/uni-loading/circle.uvue index bea7b42c..3e657ca0 100644 --- a/uni_modules/uni-loading/components/uni-loading/circle.uvue +++ b/uni_modules/uni-loading/components/uni-loading/circle.uvue @@ -60,7 +60,7 @@ const easedProgress = easeInOutCubic(progress); return easedProgress } - function draw() { + const draw = () => { ctx.reset(); ctx.beginPath(); -- GitLab