From a24f38829360c066986800bb60418a776790a99d Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Tue, 24 Oct 2023 18:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9D=E7=AE=B1=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/activity/2023-halloween/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/peko/activity/2023-halloween/js/index.js b/view/peko/activity/2023-halloween/js/index.js index b1840e9..b050633 100644 --- a/view/peko/activity/2023-halloween/js/index.js +++ b/view/peko/activity/2023-halloween/js/index.js @@ -502,7 +502,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;