xiaomei 6 달 전
부모
커밋
5b56e7f68d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/c2c/list.vue

+ 1 - 1
src/views/c2c/list.vue

@@ -166,7 +166,7 @@ export default {
       this.$router.back();
     },
     getTeacList() {
-      homeApi.getTeacList({ type_id: this.smallNav[this.smallNavIndex].value }).then(res => {
+      homeApi.getTeacList({ type_id: this.smallNav[this.smallNavIndex].value, page: this.page }).then(res => {
         if (res.code == 200) {
           this.total = res.data.total;
           if (this.list.length >= res.data.total) {