|
@@ -3,7 +3,7 @@
|
|
<!-- 课程资源页 banner栏 -->
|
|
<!-- 课程资源页 banner栏 -->
|
|
<div v-if="bannerList.length>0" class="client-course-banner">
|
|
<div v-if="bannerList.length>0" class="client-course-banner">
|
|
<div @click="clickBanner(bannerList[0].url)" :style="{backgroundImage: `url(${bannerList[0].pic||require(`~/static/images/client/course/course-banner-background.png`)})`}"></div>
|
|
<div @click="clickBanner(bannerList[0].url)" :style="{backgroundImage: `url(${bannerList[0].pic||require(`~/static/images/client/course/course-banner-background.png`)})`}"></div>
|
|
- <a rel="nofollow" class="free-trial-default-btn" @click="FreeTrial">免费试用</a>
|
|
|
|
|
|
+ <a rel="nofollow" class="free-trial-default-btn" @click="onlineFun">在线咨询</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="client-resources-page">
|
|
<div class="client-resources-page">
|
|
@@ -15,7 +15,7 @@
|
|
<div class="client-container">
|
|
<div class="client-container">
|
|
<h4 class="client-title">企业通用岗位培训方案</h4>
|
|
<h4 class="client-title">企业通用岗位培训方案</h4>
|
|
<img :src="trainSchemeImg" alt="企业通用岗位培训方案" style="margin: 24px auto 52px;">
|
|
<img :src="trainSchemeImg" alt="企业通用岗位培训方案" style="margin: 24px auto 52px;">
|
|
- <div class="client-btn-box tc"><div rel="nofollow" class="client-default-Btn" @click="">免费试用</div><span class="client-default-white-Btn" @click="">在线咨询</span></div>
|
|
|
|
|
|
+ <div class="client-btn-box tc"><div rel="nofollow" class="client-default-Btn" @click="applyFun">申请方案</div><span class="client-default-white-Btn" @click="onlineFun">在线咨询</span></div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 为企业培训打造学习矩阵 -->
|
|
<!-- 为企业培训打造学习矩阵 -->
|
|
@@ -31,7 +31,7 @@
|
|
<p>课程资源每月持续更新</p>
|
|
<p>课程资源每月持续更新</p>
|
|
<div class="default-Btn-box">
|
|
<div class="default-Btn-box">
|
|
<a class="client-default-Btn" @click="applyFun" >申请方案</a>
|
|
<a class="client-default-Btn" @click="applyFun" >申请方案</a>
|
|
- <span rel="nofollow" class="client-default-white-Btn" @click="goIntroductionPage">联系我们</span>
|
|
|
|
|
|
+ <span rel="nofollow" class="client-default-white-Btn" @click="onlineFun">在线咨询</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -68,7 +68,7 @@
|
|
</ul>
|
|
</ul>
|
|
<div class="platform-products-services">
|
|
<div class="platform-products-services">
|
|
<a class="client-default-Btn" @click="applyFun" >申请方案</a>
|
|
<a class="client-default-Btn" @click="applyFun" >申请方案</a>
|
|
- <span rel="nofollow" class="client-default-white-Btn" @click="goIntroductionPage">联系我们</span>
|
|
|
|
|
|
+ <span rel="nofollow" class="client-default-white-Btn" @click="onlineFun">在线咨询</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -124,7 +124,7 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
<div class="application-scheme-btn" @click="dialogSave">申请方案</div>
|
|
<div class="application-scheme-btn" @click="dialogSave">申请方案</div>
|
|
- <span>免费热线:400-052-2130</span><a href="http://p.qiao.baidu.com/cps/chat?siteId=11735491&userId=10530011" target="_blank">在线客服</a>
|
|
|
|
|
|
+ <span>免费热线:400-052-2130</span><a href="https://p.qiao.baidu.com/cps/chat?siteId=11735491&userId=10530011" target="_blank">在线客服</a>
|
|
</el-dialog>
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
@@ -590,7 +590,12 @@
|
|
this.source = '';
|
|
this.source = '';
|
|
this.footerText = '';
|
|
this.footerText = '';
|
|
this.title = '';
|
|
this.title = '';
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ // 在线咨询
|
|
|
|
+ onlineFun(){
|
|
|
|
+ window.open('https://p.qiao.baidu.com/cps/chat?siteId=11735491&userId=10530011')
|
|
|
|
+ },
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
|
|
|