🐛 [修复]评分mouseleave事件绑定警告问题

This commit is contained in:
xumi 2021-12-25 00:30:27 +08:00
parent 4e4cd74320
commit 1684a6bcd1

View File

@ -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;
}