natasha hace 3 años
padre
commit
69abfb7084
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Adult/preview/VideoControl.vue

+ 1 - 1
src/components/Adult/preview/VideoControl.vue

@@ -99,7 +99,7 @@ export default {
       autoplay: false,
       volume: 0.5, //视频初始音量大小
       loop: false, //是否循环播放
-      url: _this.curQue.definition_list[0].file_url,
+      url: _this.curQue.definition_list[0].id,
       poster:
         _this.curQue.img_list.length > 0 ? _this.curQue.img_list[0].id : "", //视频封面
       height: "100%",