|
@@ -25,7 +25,8 @@
|
|
|
<text>{{ info.city }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="intro-wrap">{{ info.is_new_report==1?info.reportName:info.reportName?info.reportName.split('】')[1]:info.activityName }}</view>
|
|
|
+ <view class="intro-wrap">{{ info.activityName }}</view>
|
|
|
+ <!-- <view class="intro-wrap">{{ info.is_new_report==1?info.reportName:info.reportName?info.reportName.split('】')[1]:info.activityName }}</view> -->
|
|
|
|
|
|
|
|
|
<!-- 音频 -->
|
|
@@ -275,15 +276,15 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
onShareAppMessage() {
|
|
|
- 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
|
|
|
- }
|
|
|
+ let title=this.info.activityName
|
|
|
+ // 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
|
|
|
+ // }
|
|
|
const token=uni.getStorageSync('token')
|
|
|
const timestamp=new Date().getTime()
|
|
|
|