浏览代码

Merge branch 'master' of http://121.4.203.192:9000/mingxue/front

shilipojs 2 年之前
父节点
当前提交
1ca2976860
共有 1 个文件被更改,包括 10 次插入9 次删除
  1. 10 9
      src/views/index/components/index-card-career.vue

+ 10 - 9
src/views/index/components/index-card-career.vue

@@ -24,10 +24,10 @@ export default {
     return {
       morePath: '/new-gaokao/careerVideo',
       list: [],
-      lineSize: 6,
+      lineSize: 4,
       queryParams: {
         pageNum: 1,
-        pageSize: 12,
+        pageSize: 8,
         type: 0
       }
     }
@@ -39,14 +39,15 @@ export default {
     getList() {
       career.listNoToken(this.queryParams).then(res => {
         this.list = res['rows']?.map((item, idx) => {
-          const path = '/career/plan/detail'
+          // const path = '/career/plan/detail'
+          const path = '/new-gaokao/careerVideo'
           const nextParams = {
-            id: item.id,
-            aliid: item.aliid,
-            aliIdType: item.aliIdType,
-            name: item.name,
-            count: item.plays,
-            img: item.pictUrl
+            // id: item.id,
+            // aliid: item.aliid,
+            // aliIdType: item.aliIdType,
+            // name: item.name,
+            // count: item.plays,
+            // img: item.pictUrl
           }
           return {
             title: item.name,