保誠-保戶業務員媒合平台
Tomas
2023-08-01 d58192555729b8fac0ac44d74788f88ce5e568a0
PAMapp/pages/index.vue
@@ -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&controls=0&showinfo=0&loop=1&playlist=zVBLW9hWD0g'
        : 'https://www.youtube.com/embed/655JnwbuRGA?autoplay=1&mute=1&controls=0&showinfo=0&loop=1&playlist=655JnwbuRGA';
    }