提交 9d79903a authored 作者: lihuihui's avatar lihuihui

update: 优化滚动

上级 1cb6b5cc
......@@ -301,8 +301,10 @@ export default {
this.questionParams.questionIndex + 1 !== this.questionParams.question.total_question_count &&
this.questionParams.questionIndex++
}
this.domBScroll.refresh()
this.domBScroll.scrollTo(0, -10, 0)
this.$nextTick(() => {
this.domBScroll.refresh()
this.domBScroll.scrollTo(0, -10, 0)
})
// this.initBscroll()
},
getTopic() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论