|
@@ -46,11 +46,13 @@
|
|
|
</style>
|
|
|
<link href="{{ theme_asset('mobile/css/personal.css') }}" rel="stylesheet">
|
|
|
<link href="https://web.sdk.qcloud.com/player/tcplayer/release/v5.1.0/tcplayer.min.css" rel="stylesheet"/>
|
|
|
+
|
|
|
@push('css')
|
|
|
@endpush
|
|
|
|
|
|
@push('js')
|
|
|
<script src="https://web.sdk.qcloud.com/player/tcplayer/release/v5.1.0/tcplayer.v5.1.0.min.js"></script>
|
|
|
+ <script src="https://vjs.zencdn.net/8.16.1/video.min.js"></script>
|
|
|
@endpush
|
|
|
|
|
|
@section('content')
|
|
@@ -820,7 +822,8 @@
|
|
|
poster: "{{ theme_asset('mobile/gangwanjihua.jpg') }}",
|
|
|
});
|
|
|
|
|
|
- player.on('paly',function(){
|
|
|
+ player.on('paly',function(event){
|
|
|
+ console.log(event)
|
|
|
player1.pause();
|
|
|
player2.pause();
|
|
|
});
|