From fd2f637bae8270af9fa3a5ce0e3236a78ef99242 Mon Sep 17 00:00:00 2001
From: Flex <q1406482700@163.com>
Date: 星期五, 13 六月 2025 17:30:49 +0800
Subject: [PATCH] 修改1

---
 easegen-front/src/views/chooseTemplate/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/easegen-front/src/views/chooseTemplate/index.vue b/easegen-front/src/views/chooseTemplate/index.vue
index e5a9758..491b656 100644
--- a/easegen-front/src/views/chooseTemplate/index.vue
+++ b/easegen-front/src/views/chooseTemplate/index.vue
@@ -240,7 +240,7 @@
                 v-if="
                   selectPPT.digitalHuman.show == true &&
                   selectPPT.digitalHuman?.host &&
-                  selectPPT.value.digitalHuman?.host !== null &&
+                  selectPPT.digitalHuman.host !== null &&
                   selectPPT.digitalHuman?.host.fixVideoUrl !== null &&
                   selectPPT.digitalHuman?.host.pictureUrl !== null &&
                   selectPPT.digitalHuman?.host.videoUrl !== null
@@ -286,7 +286,7 @@
                 v-if="
                   selectPPT.digitalHuman.show == false &&
                   selectPPT.digitalHuman?.host &&
-                  selectPPT.value.digitalHuman?.host !== null &&
+                  selectPPT.digitalHuman.host !== null &&
                   selectPPT.digitalHuman?.host.fixVideoUrl !== null &&
                   selectPPT.digitalHuman?.host.pictureUrl !== null &&
                   selectPPT.digitalHuman?.host.videoUrl !== null
@@ -1873,7 +1873,7 @@
   }
 
   if (
-    selectPPT.value.digitalHuman?.host === null ||
+    selectPPT.value.digitalHuman.host === null ||
     selectPPT.value.digitalHuman?.host.fixVideoUrl === null ||
     selectPPT.value.digitalHuman?.host.pictureUrl === null ||
     selectPPT.value.digitalHuman?.host.videoUrl === null

--
Gitblit v1.9.3