@@ -310,7 +310,7 @@ Page({
* 页面上拉触底事件的处理函数
*/
onReachBottom: function () {
- this.getList();
+ if (this.data.pageNumber <= this.data.pageTotal) this.getList();
},
/**