From 9d2bb2e8956e0a9d6f87c559ea734341efa57b4b Mon Sep 17 00:00:00 2001
From: Flex <q1406482700@163.com>
Date: 星期五, 13 六月 2025 16:58:33 +0800
Subject: [PATCH] 修改判定语句

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

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

--
Gitblit v1.9.3