소스 검색

fix 未开播

he2802 3 년 전
부모
커밋
38d97af552
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/course/courseSection.vue

+ 1 - 0
components/course/courseSection.vue

@@ -149,6 +149,7 @@ export default {
 				this.$store.commit('setPlaySectionId', {playSectionId  :this.newId});
 				this.$store.commit('setPlayChannelId', {playChannelId  :this.menuItem.liveUrl});
 				uni.$emit('getChannel', this.menuItem)
+				uni.$emit('levelId', this.levelId)
 				console.log(this.menuItem,"频道")
 				
 			}