From 1684a6bcd1db0168b4a6d0fc07cd8243fbfe086c Mon Sep 17 00:00:00 2001 From: xumi Date: Sat, 25 Dec 2021 00:30:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20[=E4=BF=AE=E5=A4=8D]=E8=AF=84?= =?UTF-8?q?=E5=88=86mouseleave=E4=BA=8B=E4=BB=B6=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E8=AD=A6=E5=91=8A=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/module/rate/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/rate/index.vue b/src/module/rate/index.vue index 0f00cc43..f6f55da7 100644 --- a/src/module/rate/index.vue +++ b/src/module/rate/index.vue @@ -60,7 +60,7 @@ const mousemove = function (index: number, event: any) { }; // 离开评分星事件 -const mouseleave = function (index: number, event: any) { +const mouseleave = function () { if (props.readonly) { return false; }