xiaomei 6 months ago
parent
commit
5b56e7f68d
1 changed files with 1 additions and 1 deletions
  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) {