|
@ -95,6 +95,7 @@ export default { |
|
|
this.scrollTimer = setInterval(() => { |
|
|
this.scrollTimer = setInterval(() => { |
|
|
// scrollTop = bodyWrapper.scrollTop |
|
|
// scrollTop = bodyWrapper.scrollTop |
|
|
if (bodyWrapper.scrollTop + this.wrapperHeight >= this.tableData.length * 40) { |
|
|
if (bodyWrapper.scrollTop + this.wrapperHeight >= this.tableData.length * 40) { |
|
|
|
|
|
bodyWrapper.scrollTop = 0 |
|
|
this.getSecuritydoor() |
|
|
this.getSecuritydoor() |
|
|
} else { |
|
|
} else { |
|
|
bodyWrapper.scrollTop += this.displayNum * 40 |
|
|
bodyWrapper.scrollTop += this.displayNum * 40 |
|
|