闫增涛
2024-06-03 c01348761c7bd173ed92edb14ca1e454eaa93f6c
src/books/childHealth/view/content/components/chapter005.vue
@@ -2875,13 +2875,13 @@
        JSON.stringify(this.chapterFiveData)
      );
    },
    getVideoPath() {
      this.$data.pathOne = getResourcePath("5698398be3f5c7fdb247218b2a687257");
      this.$data.pathTwo = getResourcePath("5905673b09837c74953dd11fcb27d123");
      this.$data.pathThree = getResourcePath(
    async getVideoPath() {
      this.$data.pathOne = await getResourcePath("5698398be3f5c7fdb247218b2a687257");
      this.$data.pathTwo = await getResourcePath("5905673b09837c74953dd11fcb27d123");
      this.$data.pathThree = await getResourcePath(
        "1f768157227c193ed5c11f972f66e692"
      );
      this.$data.pathFour = getResourcePath("4f446d88ec1ed081a172b7130dce896b");
      this.$data.pathFour = await getResourcePath("4f446d88ec1ed081a172b7130dce896b");
    },
  },
};