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