|
@@ -70,7 +70,7 @@ export default {
|
|
|
//视频的播放事件
|
|
|
handelVideoPlayChild() {
|
|
|
this.videoContext = wx.createVideoContext(this.videoPopList.Id.toString(), this);
|
|
|
- Home.microAideoHistoryAdd({ SourceId: this.videoPopList.ActivityId || this.videoPopList.Id, SourceType: this.videoPopList.ActivityId ? 2 : 1, PageRouter: this.$store.state.pageRouterReport });
|
|
|
+ Home.microAideoHistoryAdd({ SourceId: this.videoPopList.ActivityId || this.videoPopList.Id, SourceType: this.videoPopList.ActivityId ? 2 : 3, PageRouter: this.$store.state.pageRouterReport });
|
|
|
this.curVideoTime = 0;
|
|
|
if (this.curVideoId == this.videoPopList.Id || this.activityVideoId == this.videoPopList.ActivityId) {
|
|
|
this.curVideoTime = this.$store.state.videoPlay.palyCurrentTime;
|