Merge branch 'master' of https://gitee.com/three-make-money/temu-plugin
# Conflicts: # src/components/AiTable.vue
This commit is contained in:
@@ -160,7 +160,6 @@ export default {
|
|||||||
mounted() { //添加监听滚动条事件
|
mounted() { //添加监听滚动条事件
|
||||||
window.addEventListener('scroll', this.handleScroll, true)
|
window.addEventListener('scroll', this.handleScroll, true)
|
||||||
},
|
},
|
||||||
|
|
||||||
destroyed() { //移除(跳转页面后移除)
|
destroyed() { //移除(跳转页面后移除)
|
||||||
window.removeEventListener('scroll', this.handleScroll, true)
|
window.removeEventListener('scroll', this.handleScroll, true)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user