zhongshujie
2 天以前 d41648827f2d21c7884ac8d00e8d8a9ac1cd2715
src/components/bookVideo/index.vue
@@ -53,20 +53,12 @@
         type: String,
         required: "",// 默认值
      },
      logoColor: {
         type: String,
         required: "#00918e",// 默认值
      },
   },
   async mounted() {
      debugger
      console.log(this.videoInfo, "111111");
      await this.getVidoePath();
      this.collectResourceList = await getCollectResource(
         this.BookId
      );
      console.log(this.collectResourceList, "this.collectResourceList");
   },
   methods: {
      async getVidoePath() {