闫增涛
2024-06-03 c01348761c7bd173ed92edb14ca1e454eaa93f6c
src/books/childHealth/view/content/components/chapter010.vue
@@ -1465,9 +1465,9 @@
        JSON.stringify(this.chapterTenData)
      );
    },
    getVideoPath() {
      this.$data.pathOne = getResourcePath("3f507f73eb9d8c2af4dfcfb032ae696e");
      this.$data.pathTwo = getResourcePath("93d4edcc8ef4f947ebfb0cee38ccaa71");
   async getVideoPath() {
      this.$data.pathOne = await getResourcePath("3f507f73eb9d8c2af4dfcfb032ae696e");
      this.$data.pathTwo = await getResourcePath("93d4edcc8ef4f947ebfb0cee38ccaa71");
    },
  },
};