chenxiong 3 éve
szülő
commit
f7941bb422
2 módosított fájl, 5 hozzáadás és 2 törlés
  1. 3 1
      pages2/msg/detail.vue
  2. 2 1
      pages3/polyv/detail.vue

+ 3 - 1
pages2/msg/detail.vue

@@ -259,7 +259,9 @@ export default {
 				goodsId: item.goodsId,
 				noteSecond: item.noteSecond,
 				sectionId: item.sectionId,
-				recordingUrl: item.recordingUrl
+				recordingUrl: item.recordingUrl,
+				moduleId:item.moduleId || 0,
+				chapterId:item.chapterId || 0
 			});
 		},
 		//跳转题库题目

+ 2 - 1
pages3/polyv/detail.vue

@@ -329,9 +329,10 @@ export default {
 				noteSecond:noteSecond,
 				studyDuration:noteSecond
 			}
+			let playNextId = `moduleId${option.moduleId}chapterId${option.chapterId}sectionId${option.sectionId}${option.isRebuild?'isRebuild':''}`;
 			this.$store.commit('setPlaySectionId', {playSectionId  :item.sectionId});
 			this.$store.commit('setPlayVID', {playVID  :item.recordingUrl});
-			this.playNoteVideo(item);
+			this.$store.commit('updatePlayNextId',playNextId)
 			console.log('this.playNoteVideo')
 		}