摘要: 1、在scroll-view标签中写(和滚动在一个标签中) :scroll-top="scrollTop 2、在data中写 scrollTop : 0 3、在相对应的点击跳转的方法内写 this.scrollTop = Math.random() 阅读全文
posted @ 2022-03-09 13:47 JaneLifeVlog 阅读(46) 评论(0) 推荐(0)