|
@@ -44,8 +44,8 @@
|
|
|
<div class="w_1200">
|
|
|
<el-col :span="24" class="livemain">
|
|
|
<el-col :span="24" class="livevideo">
|
|
|
- <el-col :span="24" class="left">
|
|
|
- <el-col :span="24" class="title" @click.native="btnDirectDetail">
|
|
|
+ <el-col :span="24" class="left" @click.native="btnDirectDetail">
|
|
|
+ <el-col :span="24" class="title">
|
|
|
<span style="color: rgb(255, 132, 0);">现场</span>
|
|
|
<span>直播</span>
|
|
|
</el-col>
|
|
@@ -484,18 +484,13 @@ export default {
|
|
|
...talentExperts({ expertQuery: 'query' }),
|
|
|
async searchInfo() {
|
|
|
let res = await this.mapProductQuery({ skip: 0, limit: 4, totaltype: '0' });
|
|
|
- console.log(res);
|
|
|
if (this.$checkRes(res)) this.$set(this, `jishulist`, res.data);
|
|
|
res = await this.mapProductQuery({ skip: 0, limit: 4, totaltype: '1' });
|
|
|
- console.log(res);
|
|
|
if (this.$checkRes(res)) this.$set(this, `demandList`, res.data);
|
|
|
res = await this.mapProductQuery({ skip: 0, limit: 4, totaltype: '2' });
|
|
|
- console.log(res);
|
|
|
|
|
|
if (this.$checkRes(res)) this.$set(this, `serviceList`, res.data);
|
|
|
- console.log(res);
|
|
|
res = await this.expertQuery({ skip: 0, limit: 4 });
|
|
|
- console.log(res);
|
|
|
if (this.$checkRes(res)) this.$set(this, `expertList`, res.data);
|
|
|
},
|
|
|
onclickjs(item) {
|
|
@@ -505,18 +500,15 @@ export default {
|
|
|
//划过展示
|
|
|
hover: function(item) {
|
|
|
this.$set(this, `policyInfo`, item);
|
|
|
- console.log(item);
|
|
|
},
|
|
|
|
|
|
zhuanjia(item) {
|
|
|
- console.log(item);
|
|
|
this.dialogVisible = true;
|
|
|
this.$set(this, `policyInfo`, item);
|
|
|
},
|
|
|
|
|
|
//对接
|
|
|
technologyBtn(id) {
|
|
|
- console.log(id);
|
|
|
this.$router.push({ path: '/live/hall/dock/dockDetail', query: { id: id } });
|
|
|
},
|
|
|
technology(id) {
|
|
@@ -539,7 +531,6 @@ export default {
|
|
|
},
|
|
|
// 直播详情
|
|
|
btnDirectDetail() {
|
|
|
- console.log('你好');
|
|
|
this.$router.push({ path: '/live/hallDetail', query: { id: this.$route.query.id } });
|
|
|
},
|
|
|
},
|