|
@@ -116,8 +116,9 @@ export default {
|
|
|
let res = await this.dockFetch(this.dock_id);
|
|
|
if (this.$checkRes(res)) this.$set(this, `dockinfo`, res.data);
|
|
|
//嘉宾访谈
|
|
|
- let jbftData = await this.danceQuery({ dock_id: this.id, role: 6, limit: 6 });
|
|
|
+ let jbftData = await this.danceQuery({ dock_id: this.id });
|
|
|
if (this.$checkRes(jbftData)) this.$set(this, `zxzdlist`, jbftData.data);
|
|
|
+ console.log(this.zxzdlist);
|
|
|
// 项目路演
|
|
|
let xmly = await this.newsroadshowquery({ dock_id: this.id });
|
|
|
if (this.$checkRes(xmly)) this.$set(this, `xmlyList`, xmly.data);
|
|
@@ -223,8 +224,9 @@ export default {
|
|
|
.jiabin {
|
|
|
height: 70px;
|
|
|
margin-bottom: 6px;
|
|
|
+ border-bottom: 1px dashed #ccc;
|
|
|
.img4 {
|
|
|
- height: 70px;
|
|
|
+ height: 65px;
|
|
|
}
|
|
|
.info {
|
|
|
padding-left: 10px;
|
|
@@ -281,6 +283,9 @@ export default {
|
|
|
-webkit-box-orient: vertical;
|
|
|
}
|
|
|
}
|
|
|
+ .xmlylist:last-child {
|
|
|
+ margin-bottom: 0px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
// 主办方
|