原因是使用了better-scroll,它会阻止touch事件。所以在配置中需要加上click: true
例:
this.scroll = new BScroll(this.$refs.search,{click:true})
原因是使用了better-scroll,它会阻止touch事件。所以在配置中需要加上click: true
例:
this.scroll = new BScroll(this.$refs.search,{click:true})