瀏覽代碼

去掉热门课程和资源

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">