Browse Source

查看行程

bd 2 years ago
parent
commit
b4efa5a41a

+ 1 - 0
activityPages/specialDetail/specialDetail.vue

@@ -184,6 +184,7 @@ export default {
 
     // 查看行程的事件
     lookImg() {
+      this.getRecordTracking("查看行程");
       uni.previewImage({
         urls: [this.detailData.TripImgLink], //查看图片的数组
       });

+ 1 - 0
activityPages/specialResearchPage/specialResearchPage.vue

@@ -130,6 +130,7 @@ export default {
 
     // 查看行程的事件
     lookImg(item) {
+      this.getRecordTracking("查看行程");
       uni.previewImage({
         urls: [item.TripImgLink], //查看图片的数组
       });

+ 2 - 1
activityPages/themeActivity/themeActivity.vue

@@ -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], //查看图片的数组
       });

+ 1 - 0
components/ItemComponent/activityItem.vue

@@ -442,6 +442,7 @@ export default {
     },
     // 查看行程的事件
     lookImg(item) {
+      this.getRecordTracking("查看行程");
       uni.previewImage({
         urls: [item.TripImgLink], //查看图片的数组
       });

+ 1 - 0
pageMy/mySchedulepage/mySchedulepage.vue

@@ -206,6 +206,7 @@ export default {
 
     //查看行程的事件
     lookImg(item) {
+      this.getRecordTracking("查看行程");
       uni.previewImage({
         urls: [item.TripImgLink], //查看图片的数组
       });

+ 1 - 0
pages-search/components/activityBack.vue

@@ -214,6 +214,7 @@ export default {
   methods: {
     //查看行程的事件
     lookImg(item) {
+      this.getRecordTracking("查看行程");
       uni.previewImage({
         urls: [item.TripImgLink], //查看图片的数组
       });