|
@@ -273,7 +273,7 @@ export default {
|
|
|
this.$store.dispatch("checkHandle", "/reportPages/researchTheme/researchTheme?id=" + this.contentDetail.IndustrialManagementId);
|
|
|
} else {
|
|
|
//非严选
|
|
|
- this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + this.contentDetail.IndustrialManagementId + "&entrance=活动详情");
|
|
|
+ this.$store.dispatch("checkHandle", "/reportPages/IndustryReport/IndustryReport?id=" + this.contentDetail.IndustrialManagementId + "&entrance=活动详情");
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -289,6 +289,7 @@ export default {
|
|
|
|
|
|
//查看行程的事件
|
|
|
lookImg(item) {
|
|
|
+ this.getRecordTracking("查看行程");
|
|
|
uni.previewImage({
|
|
|
urls: [item.TripImgLink], //查看图片的数组
|
|
|
});
|