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