使用的better-scroll默认会阻止touch事件。所以在配置中需要加上click: true
this.menuScroll = new BScroll(this.$refs.menuScroll, { probeType: 3, //在屏幕滑动和滚动动画中都会触发scroll事件, click: true });