@@ -225,10 +225,12 @@
this.pageNo += 1
this.getRow()
} else {
- uni.showToast({
- title: '已经到底了',
- icon: 'none'
- });
+ if(this.list.length) {
+ uni.showToast({
+ title: '已经到底了',
+ icon: 'none'
+ });
+ }
this.status = "nomore"
}
},