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) {