|
@@ -88,7 +88,7 @@ const { mapActions: dock } = createNamespacedHelpers('dock');
|
|
|
const { mapActions: exportuser } = createNamespacedHelpers('exportuser');
|
|
|
const { mapActions: marketuser } = createNamespacedHelpers('marketuser');
|
|
|
const { mapActions: newsroadshow } = createNamespacedHelpers('newsroadshow');
|
|
|
-
|
|
|
+const { mapActions: newsguidance } = createNamespacedHelpers('newsguidance');
|
|
|
import moment from 'moment';
|
|
|
export default {
|
|
|
name: 'videoDetail',
|
|
@@ -128,6 +128,7 @@ export default {
|
|
|
...exportuser({ expertQuery: 'query' }),
|
|
|
...marketuser({ operaFetch: 'operaFetch' }),
|
|
|
...newsroadshow({ newsroadshowquery: 'query' }),
|
|
|
+ ...newsguidance({ danceQuery: 'query' }),
|
|
|
async seachInfo({ skip = 0, limit = 5, ...info } = {}) {
|
|
|
let res = await this.dockFetch(this.id);
|
|
|
if (this.$checkRes(res)) {
|
|
@@ -146,6 +147,8 @@ export default {
|
|
|
// 项目路演
|
|
|
let xmly = await this.newsroadshowquery({ dock_id: res.data.id });
|
|
|
if (this.$checkRes(xmly)) this.$set(this, `xmlyList`, xmly.data);
|
|
|
+ //嘉宾访谈dock id
|
|
|
+ let jbftData = await this.danceQuery();
|
|
|
}
|
|
|
},
|
|
|
// 文字/视频倒计时
|