|
@@ -25,7 +25,7 @@
|
|
|
<text>{{ info.city }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="intro-wrap">{{ info.reportName?info.reportName.split('】')[1]:info.activityName }}</view>
|
|
|
+ <view class="intro-wrap">{{ info.is_new_report==1?info.reportName:info.reportName?info.reportName.split('】')[1]:info.activityName }}</view>
|
|
|
|
|
|
|
|
|
<!-- 音频 -->
|
|
@@ -274,6 +274,9 @@ export default {
|
|
|
let title=''
|
|
|
if(this.info.firstActivityTypeId==1){
|
|
|
title=this.info.reportName.split('】')[1]||this.info.activityName
|
|
|
+ if(this.info.is_new_report==1){
|
|
|
+ title=this.info.reportName
|
|
|
+ }
|
|
|
}else{
|
|
|
title=this.info.activityName
|
|
|
}
|