From 2f0dd88ef2dc8c95ad35bebf0aa6bb3e90446a11 Mon Sep 17 00:00:00 2001
From: unknown <qq1940665526@163.com>
Date: 星期一, 03 六月 2024 17:33:27 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/childHealth/view/content/components/chapter002.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/books/childHealth/view/content/components/chapter002.vue b/src/books/childHealth/view/content/components/chapter002.vue
index 005ea10..3b41e7e 100644
--- a/src/books/childHealth/view/content/components/chapter002.vue
+++ b/src/books/childHealth/view/content/components/chapter002.vue
@@ -1457,10 +1457,10 @@
         this.$data.videoState = !this.$data.videoState;
       }
     },
-    getVideoPath() {
-      this.$data.pathOne = getResourcePath("e2b2b610e8b77c82bad7cf94c7986646");
-      this.$data.pathTwo = getResourcePath("b11b51863da2a4e7e21c73358fa96c1e");
-      this.$data.pathThree = getResourcePath(
+    async getVideoPath() {
+      this.$data.pathOne = await getResourcePath("e2b2b610e8b77c82bad7cf94c7986646");
+      this.$data.pathTwo = await getResourcePath("b11b51863da2a4e7e21c73358fa96c1e");
+      this.$data.pathThree = await getResourcePath(
         "67cf97bd8295dc3aeb46982c574df8d0"
       );
     },

--
Gitblit v1.9.1