|
@@ -58,7 +58,7 @@
|
|
|
|
|
|
<div class="split-block"></div>
|
|
<div class="split-block"></div>
|
|
|
|
|
|
- @if(empty($info->video_url))
|
|
|
|
|
|
+ @if(!empty($info->video_url))
|
|
<div class="comshowdes">
|
|
<div class="comshowdes">
|
|
<div class="eattitle list_height">视频介绍</div>
|
|
<div class="eattitle list_height">视频介绍</div>
|
|
<video id="player-container-id" preload="auto" playsinline webkit-playsinline>
|
|
<video id="player-container-id" preload="auto" playsinline webkit-playsinline>
|
|
@@ -204,13 +204,10 @@
|
|
|
|
|
|
var player = TCPlayer('player-container-id', {
|
|
var player = TCPlayer('player-container-id', {
|
|
sources: [{
|
|
sources: [{
|
|
- src: '{{ theme_asset('mobile/021622e9b328fade2c7a0f394440fe38.mp4') }}?v=1', // 播放地址
|
|
|
|
|
|
+ src: '{{$info->video_url}}', // 播放地址
|
|
}],
|
|
}],
|
|
- autoplay: true,
|
|
|
|
|
|
+ autoplay: false,
|
|
licenseUrl: 'https://license.vod2.myqcloud.com/license/v2/1251164517_1/v_cube.license', // license 地址,参考准备工作部分,在视立方控制台申请 license 后可获得 licenseUrl
|
|
licenseUrl: 'https://license.vod2.myqcloud.com/license/v2/1251164517_1/v_cube.license', // license 地址,参考准备工作部分,在视立方控制台申请 license 后可获得 licenseUrl
|
|
- posterImage: true,
|
|
|
|
- bigPlayButton: true,
|
|
|
|
- poster: "{{ theme_asset('mobile/images/health_thumb.jpg') }}",
|
|
|
|
});
|
|
});
|
|
</script>
|
|
</script>
|
|
@endsection
|
|
@endsection
|