zyy 4 anni fa
parent
commit
a8a3dd4aa0
2 ha cambiato i file con 546 aggiunte e 305 eliminazioni
  1. 14 1
      pages/index.vue
  2. 532 304
      yarn.lock

+ 14 - 1
pages/index.vue

@@ -1,6 +1,19 @@
 <template>
 <template>
   <div>
   <div>
-    <img class="home-banner" src="/image/SEEC_banner3.png"/>
+    <!--<img class="home-banner" src="/image/SEEC_banner3.png"/>-->
+    <h1 class="title">热门测试</h1>
+    <div class="course-list">
+      <course-card
+        v-for="(item,index) in courses"
+        v-bind:key="index"
+        :picture="item.picture"
+        :title="item.title"
+        :description="item.description"
+        :url="item.url"
+        :origin="item.origin"
+      >
+      </course-card>
+    </div>
     <h1 class="title">热门课程</h1>
     <h1 class="title">热门课程</h1>
     <div class="course-list">
     <div class="course-list">
       <course-card
       <course-card

File diff suppressed because it is too large
+ 532 - 304
yarn.lock


Some files were not shown because too many files changed in this diff