소스 검색

去掉热门课程和资源

ccf 3 년 전
부모
커밋
7c38ce483d
1개의 변경된 파일0개의 추가작업 그리고 31개의 파일을 삭제
  1. 0 31
      pages/frontend/developer/index.vue

+ 0 - 31
pages/frontend/developer/index.vue

@@ -186,37 +186,6 @@
         </section>
         <!-- 新人如何接单:end -->
 
-        <!-- 热门课程:start -->
-        <section class="developer-hot block">
-          <article class="developer-hot-class">
-            <h3 class="title">热门课程</h3>
-            <ul class="developer-hot-list">
-              <li
-                v-for="(learnItem, index) in hotInfo['learn']"
-                :key="learnItem.link"
-                class="developer-hot-item text-line-1"
-              >
-                <span class="index">{{ index + 1 }}</span>
-                <a :href="learnItem.link">{{ learnItem.title }}</a>
-              </li>
-            </ul>
-          </article>
-          <article class="developer-hot-resource">
-            <h3 class="title">热门资源</h3>
-            <ul class="developer-hot-list">
-              <li
-                v-for="(workItem, index2) in hotInfo['works']"
-                :key="workItem.link"
-                class="developer-hot-item text-line-1"
-              >
-                <span class="index">{{ index2 + 1 }}</span>
-                <a :href="workItem.link">{{ workItem.title }}</a>
-              </li>
-            </ul>
-          </article>
-        </section>
-        <!-- 热门课程:end -->
-
         <!-- 推荐tab:start -->
 
         <section class="developer-tab block">