base/behaviors/b_loadingStatus.js
@@ -32,7 +32,7 @@ }, methods: { _onReachBottom() { console.log('_onReachBottom'); // console.log('_onReachBottom'); let {cPage, tPage, loading} = this.data if (!loading && cPage < tPage) { if (typeof this.loadmore === 'function') {