|
@@ -81,8 +81,8 @@ const handleLinkClick = (event) => {
|
|
|
// 记录视频的点击
|
|
|
const voiceHistory = async () => {
|
|
|
const res = await inrernalApi.reportVoiceHistoryAdd({
|
|
|
- ArticleId: showLink.value.SourceId,
|
|
|
- PlaySeconds: +showLink.value.ActivityVideo.VideoDuration ,
|
|
|
+ ArticleId: showLink.value.ActivityVideo.ActivityId,
|
|
|
+ PlaySeconds: +showLink.value.ActivityVideo.VideoDuration,
|
|
|
PageRouter: "产品内测",
|
|
|
});
|
|
|
};
|