skyblued 2 years ago
parent
commit
6dd0a4c033
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/coursewarePlay/index.tsx

+ 1 - 1
src/views/coursewarePlay/index.tsx

@@ -91,7 +91,7 @@ export default defineComponent({
       const videoItem = data.itemList.find(n => n.id === popupData.itemActive)
       // 阴影切换的时候,具体去切换某个视频的控件
       if (videoItem && videoItem.type === 'VIDEO'){
-        videoItem.playModel = activeData.model
+        // videoItem.playModel = activeData.model
       }
     })
     const getItemList = () => {