var detailedHeight = that.data.detailedHeight
var animation = wx.createAnimation({
duration: 20000,
timingFunction: 'linear',
})
this.animation = animation
console.log(detailedHeight)
animation.top(-detailedHeight).step()
this.setData({
animationData: animation.export()
})