微信小程序 => 滚动页面

519 阅读1分钟
setTimeout(()=> {
    wx.pageScrollTo({
        scrollTop : 500
    })
},200)