zmw 4 сар өмнө
parent
commit
eebc442e85

+ 8 - 2
public/themes/default/views/mobile/app/health/index.blade.php

@@ -102,10 +102,16 @@
     <script>
         var player = TCPlayer('player-container-id', {
             sources: [{
-                src: '{{ theme_asset('mobile/0e93030f7d1d74f6d738bbbd4511e2a6.mp4') }}', // 播放地址
+                src: '{{ theme_asset('mobile/0e93030f7d1d74f6d738bbbd4511e2a6.mp4') }}?v=1', // 播放地址
             }],
             licenseUrl: 'https://license.vod2.myqcloud.com/license/v2/1251164517_1/v_cube.license', // license 地址,参考准备工作部分,在视立方控制台申请 license 后可获得 licenseUrl
-
+            posterImage: true,
+            bigPlayButton: true,
+            plugins:{
+                VttThumbnail:{
+                    "imgUrl": "{{ theme_asset('mobile/images/health_thumb.png') }}"
+                }
+            }
         });
         //    初始化SWiper
         // var mySwiper = new Swiper('.swiper-container',{