修复宝箱记录异常
This commit is contained in:
@@ -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 divHeight = $(this).height();
|
||||||
var nScrollHeight = $(this)[0].scrollHeight;
|
var nScrollHeight = $(this)[0].scrollHeight;
|
||||||
var nScrollTop = $(this)[0].scrollTop;
|
var nScrollTop = $(this)[0].scrollTop;
|
||||||
|
Reference in New Issue
Block a user