|
|
@@ -1,12 +1,12 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<!--<img class="home-banner" src="/image/SEEC_banner3.png"/>-->
|
|
|
- <h1 class="title">热门测试</h1>
|
|
|
- <div class="test-list">
|
|
|
- <test-card v-for="(item,index) in examList" :key="index" :start-time="item.startTime" :end-time="item.endTime"
|
|
|
- :exam-name="item.examName" :anti-cheating="item.antiCheating===false? '无':'有'"
|
|
|
- :status="item.status"></test-card>
|
|
|
- </div>
|
|
|
+<!-- <h1 class="title">热门测试</h1>-->
|
|
|
+<!-- <div class="test-list">-->
|
|
|
+<!-- <test-card v-for="(item,index) in examList" :key="index" :start-time="item.startTime" :end-time="item.endTime"-->
|
|
|
+<!-- :exam-name="item.examName" :anti-cheating="item.antiCheating===false? '无':'有'"-->
|
|
|
+<!-- :status="item.status"></test-card>-->
|
|
|
+<!-- </div>-->
|
|
|
<h1 class="title">热门课程</h1>
|
|
|
<div class="course-list">
|
|
|
<course-card
|