jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/node_modules/antd-mini/es/Slider/index.sjs

7 lines
167 B
Plaintext
Raw Normal View History

2024-11-10 07:01:22 +00:00
const isFrontTick = (item, sliderLeft, sliderWidth) => {
return item.left >= sliderLeft && item.left <= sliderLeft + sliderWidth;
}
export default {
isFrontTick
}