|
@@ -89,9 +89,33 @@
|
|
|
|
|
|
<!-- 行业学习需求 -->
|
|
|
<div class="client-demand-box">
|
|
|
- <div class="client-container">
|
|
|
+ <div class="client-container-middle">
|
|
|
<h4 class="client-title">满足不同行业学习需求</h4>
|
|
|
- <ul class="industry-box">
|
|
|
+ <el-tabs v-model="activeName" type="card" class="demand-box-tab">
|
|
|
+ <el-tab-pane label="考试系统" name="first">
|
|
|
+ <ul class="demand-tab-list demand-kaoshi-list">
|
|
|
+ <li :class="{'active':kaoshiClicked===index}" @click="tabSwitch(item,index)" v-for="(item,index) in kaoshiLiArray"><i></i><p>{{item}}</p></li>
|
|
|
+ </ul>
|
|
|
+ {{divClicked}}----{{kaoshiClicked}}
|
|
|
+ <el-collapse-transition>
|
|
|
+ <div v-if="divClicked===index" v-for="(item,index) in kaoshiDivArray " :key="index" class="demand-content-box">
|
|
|
+ {{divClicked===index}}-{{index}}
|
|
|
+ <div class="content-top-box">
|
|
|
+
|
|
|
+ <h5>行业详情</h5>
|
|
|
+ <p>{{item.demandText}}</p>
|
|
|
+ <a :href="item.demandHref" class="fn-clear"><span>了解详情</span></a>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <h5>客户案例</h5>
|
|
|
+ <div v-for="item2 in item.demandLinkBox" class="demand-icon-box"><a><img :src="item2.img" alt="客户案例"><span>{{item2.demandName}}</span></a></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </el-collapse-transition>
|
|
|
+ </el-tab-pane>
|
|
|
+ <el-tab-pane label="培训系统" name="second">培训系统</el-tab-pane>
|
|
|
+ </el-tabs>
|
|
|
+ <!--<ul class="industry-box">
|
|
|
<li>
|
|
|
<img :src="demandImg1" alt="政府机构" />
|
|
|
<div>
|
|
@@ -194,7 +218,7 @@
|
|
|
<a @click="goThirdParty(11)">了解更多</a>
|
|
|
</div>
|
|
|
</li>
|
|
|
- </ul>
|
|
|
+ </ul>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
@@ -326,18 +350,6 @@
|
|
|
topCarousels2: [],
|
|
|
// 需求img
|
|
|
bannerTelImg: require(`~/static/images/client/index/index-banner-screen.png`),
|
|
|
- demandImg1: require(`~/static/images/client/index/index-demand-img1.png`),
|
|
|
- demandImg2: require(`~/static/images/client/index/index-demand-img2.png`),
|
|
|
- demandImg3: require(`~/static/images/client/index/index-demand-img3.png`),
|
|
|
- demandImg4: require(`~/static/images/client/index/index-demand-img4.png`),
|
|
|
- demandImg5: require(`~/static/images/client/index/index-demand-img5.png`),
|
|
|
- demandImg6: require(`~/static/images/client/index/index-demand-img6.png`),
|
|
|
- demandImg7: require(`~/static/images/client/index/index-demand-img7.png`),
|
|
|
- demandImg8: require(`~/static/images/client/index/index-demand-img8.png`),
|
|
|
- demandImg9: require(`~/static/images/client/index/index-demand-img9.png`),
|
|
|
- demandImg10: require(`~/static/images/client/index/index-demand-img10.png`),
|
|
|
- demandImg11: require(`~/static/images/client/index/index-demand-img11.png`),
|
|
|
- demandImg12: require(`~/static/images/client/index/index-demand-img12.png`),
|
|
|
// 客户logo
|
|
|
customerImg1: require(`~/static/images/client/index/index-customer-img1.png`),
|
|
|
customerImg2: require(`~/static/images/client/index/index-customer-img2.png`),
|
|
@@ -369,12 +381,65 @@
|
|
|
certImg7: require(`~/static/images/client/index/index-cert-img7.jpg`),
|
|
|
certImg8: require(`~/static/images/client/index/index-cert-img8.jpg`),
|
|
|
activeIndex: '首页',
|
|
|
+ activeName: 'first',// tab页签
|
|
|
+ kaoshiClicked:0,
|
|
|
+ kaoshiLiArray:['政府机构','能源化工','信息产业','金融保险','交通运输','汽车制造'],
|
|
|
+ kaoshiDivArray:[
|
|
|
+ {
|
|
|
+ demandText:'现如今,互联网教育正以迅雷不及掩耳之势搅动市场,“智能学习”成了一个新的市场。教培行业存在的教师教学水平参差不齐,教学质量难以提升等问题,现在都可以通过选择一套合理化的方案来得到解决,麦塔不仅是考试出题软',
|
|
|
+ demandHref:'www.baidu.com',
|
|
|
+ demandLinkBox:[
|
|
|
+ {
|
|
|
+ img:require(`~/static/images/client/index/index-demand-icon1-1.svg`),
|
|
|
+ demandName:'国家能源'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ img:require(`~/static/images/client/index/index-demand-icon1-2.svg`),
|
|
|
+ demandName:'营口消防'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ img:require(`~/static/images/client/index/index-demand-icon1-2.svg`),
|
|
|
+ demandName:'同煤社保'
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ demandText:'23',
|
|
|
+ demandHref:'www.baidu.com',
|
|
|
+ demandLinkBox:[
|
|
|
+ {
|
|
|
+ img:'222',
|
|
|
+ demandName:'2222'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ img:'222',
|
|
|
+ demandName:'222'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ img:'222',
|
|
|
+ demandName:'222'
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ ],
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
checkInfo() {
|
|
|
this.$router.push({ name: 'introduction' })
|
|
|
},
|
|
|
+ tabSwitch(data,index){
|
|
|
+ this.kaoshiClicked = index;
|
|
|
+
|
|
|
+ // this.newsClassifyId = data.newsClassifyId
|
|
|
+ // this.getMessage();
|
|
|
+
|
|
|
+ },
|
|
|
+ },
|
|
|
+ computed: {
|
|
|
+ divClicked(){
|
|
|
+ return this.kaoshiClicked;
|
|
|
+ },
|
|
|
},
|
|
|
}
|
|
|
</script>
|