Parcourir la source

去掉活动详情中地址

jwyu il y a 3 ans
Parent
commit
b4acd40fb3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages-activity/detail.vue

+ 1 - 1
pages-activity/detail.vue

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