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();
       this.$router.back();
     },
     },
     getTeacList() {
     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) {
         if (res.code == 200) {
           this.total = res.data.total;
           this.total = res.data.total;
           if (this.list.length >= res.data.total) {
           if (this.list.length >= res.data.total) {