Explorar o código

首页不显示没有更多数据

曹冬冬 %!s(int64=5) %!d(string=hai) anos
pai
achega
225fa98047
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/myHistoryTest/myHistoryTest.js

+ 2 - 1
src/views/myHistoryTest/myHistoryTest.js

@@ -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;