1.懒加载插件地址:
[https://github.com/hilongjw/vue-lazyload](https://github.com/hilongjw/vue-lazyload "vue-lazyload")
2.用needsclick类来解决fastclick和better-scroll冲突,无法点击链接的bug:
<img class="needsclick" @load="loadImage" :src="item.picUrl">
this.slider = new BScroll(this.$refs.slider, {
scrollX: true,
scrollY: false,
momentum: false,
snap: true,
snapLoop: this.loop,
snapThreshold: 0.3,
snapSpeed: 400
// click: true
})