Browse Source

选科图片去文字

shilipojs 2 năm trước cách đây
mục cha
commit
e5acf2cc24
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/index/components/index-card-subject-query.vue

+ 2 - 2
src/views/index/components/index-card-subject-query.vue

@@ -25,11 +25,11 @@ export default {
       list: [{
         src: `${this.$imgBase}index/login/banner_query_major@2x.png`,
         path: '/career/subject/subjectChoice',
-        title: '由科目选专业'
+        // title: '由科目选专业'
       }, {
         src: `${this.$imgBase}index/login/banner_query_group@2x.png`,
         path: '/career/subject/majorChoice',
-        title: '由专业选科目'
+        // title: '由专业选科目'
       }]
     }
   },