Explorar el Código

Merge branch 'master' of http://git.dayaedu.com/lex/orchestra-app

lex hace 2 años
padre
commit
4dc7596246
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = () => {