|
@@ -331,14 +331,12 @@ export default {
|
|
|
params: {
|
|
|
eventData: {
|
|
|
businessType: Report.businessType.buttonClick,
|
|
|
- objectType: Report.objectType.copyLinkButton
|
|
|
- },
|
|
|
- extParams: {
|
|
|
+ objectType: Report.objectType.copyLinkButton,
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
status: this.status,
|
|
|
- }
|
|
|
+ },
|
|
|
}
|
|
|
})
|
|
|
},
|
|
@@ -363,14 +361,12 @@ export default {
|
|
|
params: {
|
|
|
eventData: {
|
|
|
businessType: Report.businessType.buttonClick,
|
|
|
- objectType: Report.objectType.installButton
|
|
|
- },
|
|
|
- extParams: {
|
|
|
+ objectType: Report.objectType.installButton,
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
status: this.status,
|
|
|
- }
|
|
|
+ },
|
|
|
}
|
|
|
})
|
|
|
switch (extensionsInstallChannel) {
|
|
@@ -631,14 +627,12 @@ export default {
|
|
|
},
|
|
|
params: {
|
|
|
eventData: {
|
|
|
- businessType: Report.businessType.pageView
|
|
|
- },
|
|
|
- extParams: {
|
|
|
+ businessType: Report.businessType.pageView,
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
status: this.status,
|
|
|
- }
|
|
|
+ },
|
|
|
}
|
|
|
})
|
|
|
}, 500)
|
|
@@ -685,16 +679,14 @@ export default {
|
|
|
params: {
|
|
|
eventData: {
|
|
|
businessType: Report.businessType.pageView,
|
|
|
- },
|
|
|
- extParams: {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
status: this.status,
|
|
|
- }
|
|
|
+ },
|
|
|
}
|
|
|
});
|
|
|
- }, 500)
|
|
|
+ }, 1000)
|
|
|
} else {
|
|
|
this.show_home = true
|
|
|
this.status = 'no-chrome'
|
|
@@ -709,13 +701,11 @@ export default {
|
|
|
params: {
|
|
|
eventData: {
|
|
|
businessType: Report.businessType.pageView,
|
|
|
- },
|
|
|
- extParams: {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
status: this.status,
|
|
|
- }
|
|
|
+ },
|
|
|
}
|
|
|
})
|
|
|
}
|