提交 cf2f3965 编写于 作者: Q qiang

chore: build

上级 43ffe06a
......@@ -2356,7 +2356,7 @@ var PickerViewColumn = defineComponent({
if (Date.now() - scrollToElementTime < 340) {
return;
}
const y = event.contentOffset.y;
const y = event.detail.contentOffset.y;
const _current = Math.round(y / indicatorHeight.value);
if (y % indicatorHeight.value) {
setCurrent(_current, true, true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册