|
@@ -332,7 +332,12 @@ export default {
|
|
eventData: {
|
|
eventData: {
|
|
businessType: Report.businessType.buttonClick,
|
|
businessType: Report.businessType.buttonClick,
|
|
objectType: Report.objectType.copyLinkButton
|
|
objectType: Report.objectType.copyLinkButton
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ extParams: {
|
|
|
|
+ postId: this.detail.postId,
|
|
|
|
+ srcContentId: this.detail.srcContentId,
|
|
|
|
+ senderId: this.detail.srcUserId,
|
|
|
|
+ }
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -358,7 +363,12 @@ export default {
|
|
eventData: {
|
|
eventData: {
|
|
businessType: Report.businessType.buttonClick,
|
|
businessType: Report.businessType.buttonClick,
|
|
objectType: Report.objectType.installButton
|
|
objectType: Report.objectType.installButton
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ extParams: {
|
|
|
|
+ postId: this.detail.postId,
|
|
|
|
+ srcContentId: this.detail.srcContentId,
|
|
|
|
+ senderId: this.detail.srcUserId,
|
|
|
|
+ }
|
|
}
|
|
}
|
|
})
|
|
})
|
|
switch (extensionsInstallChannel) {
|
|
switch (extensionsInstallChannel) {
|
|
@@ -619,7 +629,12 @@ export default {
|
|
params: {
|
|
params: {
|
|
eventData: {
|
|
eventData: {
|
|
businessType: Report.businessType.pageView
|
|
businessType: Report.businessType.pageView
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ extParams: {
|
|
|
|
+ postId: this.detail.postId,
|
|
|
|
+ srcContentId: this.detail.srcContentId,
|
|
|
|
+ senderId: this.detail.srcUserId,
|
|
|
|
+ }
|
|
}
|
|
}
|
|
})
|
|
})
|
|
this.show_moblie = true
|
|
this.show_moblie = true
|
|
@@ -664,7 +679,12 @@ export default {
|
|
params: {
|
|
params: {
|
|
eventData: {
|
|
eventData: {
|
|
businessType: Report.businessType.pageView,
|
|
businessType: Report.businessType.pageView,
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ extParams: {
|
|
|
|
+ postId: this.detail.postId,
|
|
|
|
+ srcContentId: this.detail.srcContentId,
|
|
|
|
+ senderId: this.detail.srcUserId,
|
|
|
|
+ }
|
|
}
|
|
}
|
|
});
|
|
});
|
|
} else {
|
|
} else {
|