1004749546@qq.com
пре 4 година
|
@@ -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"
|
|
|
}
|
|
|
},
|