From 949c86f1cd1a4070326eaeec1b8a88364fdc1448 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期二, 01 八月 2023 20:27:26 +0800
Subject: [PATCH] Fixed: [首頁] 宣傳影片沒有顯示控制項

---
 PAMapp/pages/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue
index 9adeb1c..0ae610ae 100644
--- a/PAMapp/pages/index.vue
+++ b/PAMapp/pages/index.vue
@@ -59,7 +59,7 @@
                   <p>�批嚗{gender}}</p>
                   <p>撟湧翩嚗{appointmentDetail.age | toAgeLabel }}</p>
                   <p>�璆哨�{appointmentDetail.job}}</p>
-                  <p>隢株岷�撘�{appointmentDetail.consultationMethod | toConsulType }}</p>
+                  <p>隢株岷�撘�{appointmentDetail.consultationMethod | toConsultationMethod }}</p>
                   <p>��瘙�{ appointmentDetail.requirement ? appointmentDetail.requirement.split(',').join('��') : '--'}}</p>
                   <p
                       v-for="(item, index) in hopeContactTime"
@@ -285,8 +285,8 @@
     get filmVideoSrc() {
       if (!this.fromAccess) return '';
       return this.fromAccess === AccessFroms.FILM_1
-        ? 'https://www.youtube.com/embed/zVBLW9hWD0g?autoplay=1&mute=1'
-        : 'https://www.youtube.com/embed/655JnwbuRGA?autoplay=1&mute=1';
+        ? 'https://www.youtube.com/embed/zVBLW9hWD0g?autoplay=1&mute=1&loop=1&playlist=zVBLW9hWD0g'
+        : 'https://www.youtube.com/embed/655JnwbuRGA?autoplay=1&mute=1&loop=1&playlist=655JnwbuRGA';
     }
 
 

--
Gitblit v1.8.0