diff --git a/view/yinmeng/activity/2023-halloween/js/index.js b/view/yinmeng/activity/2023-halloween/js/index.js index 8f412b8..8d72647 100644 --- a/view/yinmeng/activity/2023-halloween/js/index.js +++ b/view/yinmeng/activity/2023-halloween/js/index.js @@ -494,7 +494,7 @@ function pageRecord (page) { }) } //检测抽奖记录是否到达底部 -$(".duihuanBg .dividerecordsBg_in .ul").scroll(function () { +$(".record_box .record_box_in ul").scroll(function () { var divHeight = $(this).height(); var nScrollHeight = $(this)[0].scrollHeight; var nScrollTop = $(this)[0].scrollTop;