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() {