|
@@ -600,8 +600,8 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
...mapProduct({ mapProductQuery: 'newquery' }),
|
|
|
- ...market({ marketFetch: 'fetch' }),
|
|
|
- ...dock({ dockQuery: 'query', dockFetch: 'fetch' }),
|
|
|
+ ...market({ marketFetch: 'fetch', operaFetch: 'operaFetch' }),
|
|
|
+ ...dock({ dockQuery: 'query', dockFetch: 'fetch', dockdongtai: 'dockdongtai' }),
|
|
|
...expertsuser({ expertQuery: 'query' }),
|
|
|
...transaction({ tquery: 'query' }),
|
|
|
// 查询详情
|
|
@@ -663,6 +663,11 @@ export default {
|
|
|
val.time = time;
|
|
|
}
|
|
|
this.$set(this, `directlist`, newjysk);
|
|
|
+ // 展会动态
|
|
|
+ let dongtai = await this.dockdongtai(this.dock_id);
|
|
|
+ console.log(dongtai);
|
|
|
+ let opera = await this.operaFetch(this.dock_id);
|
|
|
+ console.log(opera);
|
|
|
},
|
|
|
// 交易实况
|
|
|
handleClicks(tab, event) {
|