@@ -45,7 +45,8 @@ export default {
},
computed: {
noMore() {
- return this.pageNo > this.total;
+ console.log("SSSS", this.pageNo, this.total);
+ return this.pageNo > this.total && this.pageNo > 2;
disabled() {
return this.loading || this.noMore;