|
@@ -11,14 +11,6 @@
|
|
|
<el-carousel-item v-for="(item,index) in bannerList" :key="index">
|
|
|
<div @click="clickBanner(item)" :style="{backgroundImage: 'url(' + item.pic + ')'}"
|
|
|
class="index-carousel-box">
|
|
|
- <div class="client-container">
|
|
|
- <div class="banner-btn-groups" :class="[`btn-${index}`]">
|
|
|
- <freeTrialBtn class="free-train-btn btn-item shouye" myType="kaoshi" :select="true" v-if="index < 2"
|
|
|
- @need-select="onNeedSelect"/>
|
|
|
- <applyBtn class="apply-btn btn-item shouye" v-else @active-pc="onApplyBtnActive" />
|
|
|
- <onlineInformationBtn class="online-information-btn btn-item shouye"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
</div>
|
|
|
</el-carousel-item>
|
|
|
</el-carousel>
|