|
@@ -58,7 +58,7 @@
|
|
|
<p>汽车销售业</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button class="zixun-online" type="primary">在线咨询</el-button>
|
|
|
+ <el-button class="zixun-online" type="primary" @click="gozixun">在线咨询</el-button>
|
|
|
</div>
|
|
|
|
|
|
<div class="course-content client-container" v-if="active === 'spl'">
|
|
@@ -90,6 +90,8 @@
|
|
|
<p>服务零售业</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <el-button class="zixun-online" type="primary" @click="gozixun">在线咨询</el-button>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div class="course-content client-container" v-if="active === 'h5l'">
|
|
@@ -109,6 +111,8 @@
|
|
|
<p>物流业</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <el-button class="zixun-online" type="primary" @click="gozixun">在线咨询</el-button>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div class="course-content client-container" v-if="active === 'ppt'">
|
|
@@ -128,6 +132,8 @@
|
|
|
<p>生产制造业</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <el-button class="zixun-online" type="primary" @click="gozixun">在线咨询</el-button>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div class="course-content-wrap">
|
|
@@ -350,6 +356,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
+ gozixun() {
|
|
|
+ window.href = "https://p.qiao.baidu.com/cps/chat?siteId=17930048&userId=40179606&siteToken=e767a987c8404575246ab0084fb2c9bd";
|
|
|
+ },
|
|
|
closeVideoDialog() {
|
|
|
this.videoDialogFlag = false;
|
|
|
this.source = '';
|