|
@@ -133,7 +133,6 @@ export default {
|
|
this.$set(this, `zhuantiList`, res.data);
|
|
this.$set(this, `zhuantiList`, res.data);
|
|
} else if (name == '专家问诊') {
|
|
} else if (name == '专家问诊') {
|
|
res = await this.query({ skip, limit, column_name: '技术问答', ...info });
|
|
res = await this.query({ skip, limit, column_name: '技术问答', ...info });
|
|
- console.log(res);
|
|
|
|
this.$set(this, `jishuList`, res.data);
|
|
this.$set(this, `jishuList`, res.data);
|
|
} else if (name == '行业研究') {
|
|
} else if (name == '行业研究') {
|
|
res = await this.query({ skip, limit, column_name: '行业研究', ...info });
|
|
res = await this.query({ skip, limit, column_name: '行业研究', ...info });
|
|
@@ -154,20 +153,16 @@ export default {
|
|
},
|
|
},
|
|
clickzhuanti(id) {
|
|
clickzhuanti(id) {
|
|
this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
- console.log(id);
|
|
|
|
},
|
|
},
|
|
clickjishu(id) {
|
|
clickjishu(id) {
|
|
this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
- console.log(id);
|
|
|
|
},
|
|
},
|
|
clickhangye(id) {
|
|
clickhangye(id) {
|
|
this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
- console.log(id);
|
|
|
|
},
|
|
},
|
|
|
|
|
|
clickjiaoyu(id) {
|
|
clickjiaoyu(id) {
|
|
- this.$router.push({ path: '/live/detail', query: { id: id } });
|
|
|
|
- console.log(id);
|
|
|
|
|
|
+ this.$router.push({ path: '/live/eduDetail', query: { id: id } });
|
|
},
|
|
},
|
|
},
|
|
},
|
|
};
|
|
};
|