@@ -148,6 +148,11 @@ export default {
uni.stopPullDownRefresh()
}, 1500)
},
+ onReachBottom() {
+ if(this.finished) return
+ this.page++
+ this.getList()
+ },
methods: {
async init(options){
if(options.scene){