小程序 上啦下拉刷新window配置

"enablePullDownRefresh": "true"

/**

* 页面相关事件处理函数--监听用户下拉动作

*/

onPullDownRefresh: function () {

},

/**

* 页面上拉触底事件的处理函数

*/

onReachBottom: function () {

console.log(1)

},