|
@@ -216,7 +216,7 @@ export default {
|
|
|
});
|
|
|
// 研究员线下沙龙
|
|
|
if (res.data.firstActivityTypeId === 3) {
|
|
|
- this.infoList.push({label: "活动地址",text: res.data.city + res.data.address})
|
|
|
+ // this.infoList.push({label: "活动地址",text: res.data.city + res.data.address})
|
|
|
if(res.data.linkParticipants){
|
|
|
this.infoList.push({label: "网络参会",text: res.data.linkParticipants,color: "yellow",type: "copy"})
|
|
|
}
|