소스 검색

体验版紧急bug修复

chenxiong 3 년 전
부모
커밋
02bf5ec0bb
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      pages/course/index.vue

+ 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"]) },
 };