首页无法滚动
来源:8-7 Vue项目城市选择页 - 列表性能优化
weibo_乖乖木头人007_0
2019-08-31
老师,我做完城市列表功能后,回到首页发现首页无法滚动?这是什么原因呢
写回答
2回答
-
updated之后,你让bscroll执行下refresh方法
012019-09-01 -
慕少7438843
2019-09-15
mounted () {
this.scroll = new BScroll(this.$refs.wrapper)
},
updated () {
if (this.scroll) {
this.scroll.refresh()
}
},
添加了,还是没有用啊
00
相似问题