浏览代码

Merge branch 'master' of https://gitee.com/he2802/saas_applet

chenxiong 3 年之前
父节点
当前提交
30b174b25c
共有 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,"频道")
 				
 			}