微信小程序 滚动回到顶部




。。。。。
Page({
  data: {
    topNum: 0
  },
  toggleTop() {
    this.setData({topNum:0})
  }
})

你可能感兴趣的:(微信小程序,前端,javascript)