From 4db90c67dad8e54d44094efca39ebd2ee7f56ffd Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期二, 04 六月 2024 15:17:39 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/childHealth/view/content/components/chapter009.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/books/childHealth/view/content/components/chapter009.vue b/src/books/childHealth/view/content/components/chapter009.vue
index ce93500..aa3beca 100644
--- a/src/books/childHealth/view/content/components/chapter009.vue
+++ b/src/books/childHealth/view/content/components/chapter009.vue
@@ -1735,7 +1735,7 @@
 
 <script>
 import examinations from "@/components/examinations/index.vue";
-import getResourcePath from "@/assets/methods/resources";
+import {getResourcePath} from "@/assets/methods/resources";
 export default {
   name: "chapterNine",
   components: { examinations },
@@ -1872,16 +1872,16 @@
         this.$data.learnTableFive = !this.$data.learnTableFive;
       }
     },
-    getVideoPath() {
-      this.$data.pathOne = getResourcePath("730ab5395d1b5b5c87d7422cc6540f35");
-      this.$data.pathTwo = getResourcePath("e3c6884dc80cf947e3a38c5595d474ad");
-      this.$data.pathThree = getResourcePath(
+    async getVideoPath() {
+      this.$data.pathOne = await getResourcePath("730ab5395d1b5b5c87d7422cc6540f35");
+      this.$data.pathTwo = await getResourcePath("e3c6884dc80cf947e3a38c5595d474ad");
+      this.$data.pathThree = await getResourcePath(
         "bdaec679118721e0623d62ac3031288e"
       );
-      this.$data.pathFour = getResourcePath("c61f14623b01adaa326d18f2a19b822b");
-      this.$data.pathFive = getResourcePath("c469389f516c81f13e4d0440bd9ec87e");
-      this.$data.pathSix = getResourcePath("f8d747892eb8af7ed16bcb71967d414f");
-      this.$data.pathSeven = getResourcePath(
+      this.$data.pathFour = await getResourcePath("c61f14623b01adaa326d18f2a19b822b");
+      this.$data.pathFive = await getResourcePath("c469389f516c81f13e4d0440bd9ec87e");
+      this.$data.pathSix = await getResourcePath("f8d747892eb8af7ed16bcb71967d414f");
+      this.$data.pathSeven = await getResourcePath(
         "960e9aa17b48e900b08cde6e44b774f3"
       );
     },

--
Gitblit v1.9.1