From 1f6a191b738ab6d8c1ff7c3804eabb454e09c269 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期一, 03 六月 2024 15:04:10 +0800
Subject: [PATCH] 资源请求优化

---
 src/books/lifeCare/view/chapter005.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/books/lifeCare/view/chapter005.vue b/src/books/lifeCare/view/chapter005.vue
index 69e4c2b..a45edb5 100644
--- a/src/books/lifeCare/view/chapter005.vue
+++ b/src/books/lifeCare/view/chapter005.vue
@@ -3749,8 +3749,8 @@
             if (type == "3") {
               that.chapter005.pictrueListThree.push(getPublicImage(e));
             }
-            that.isLoding = false;
-            localStorage.setItem("chapter005", JSON.stringify(this.chapter005));
+            that.$emit('Upload_initViewer',"")
+            localStorage.setItem("chapter005", JSON.stringify(that.chapter005));
           }, 1000);
         })
         .catch((e) => {

--
Gitblit v1.9.1