Skip to content

Commit

Permalink
60
Browse files Browse the repository at this point in the history
  • Loading branch information
lovinglili committed Nov 16, 2018
1 parent 7858aad commit e478c38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/commons/home/bannerdown/SearchList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ export default {
mounted(){
this.$refs.search_list.addEventListener('scroll', this.scroll)
},
beforeDestory(){
this.$refs.search_list.removeEventListener('scroll', this.scroll)
},
methods: {
getitems() {
var datas ="";
Expand Down

0 comments on commit e478c38

Please sign in to comment.