UNPKG

hera-cli

Version:
18 lines (17 loc) 352 B
Page({ onPullDownRefresh: function () { wx.showToast({ title: 'loading...', icon: 'loading' }) console.log('onPullDownRefresh', new Date()) }, stopPullDownRefresh: function () { wx.stopPullDownRefresh({ complete: function (res) { wx.hideToast() console.log(res, new Date()) } }) } })