chenxiong 3 жил өмнө
parent
commit
02bf5ec0bb

+ 6 - 0
pages/course/index.vue

@@ -541,6 +541,12 @@ export default {
         this.bankList();
       }
     }
+		if (this.current == 2) {
+		  if (this.list3.length < this.paramList[2].total) {
+		    this.paramList[2].pageNum++;
+		    this.liveList();
+		  }
+		}
   },
   computed: { ...mapGetters(["userInfo"]) },
 };