|
@@ -820,6 +820,21 @@
|
|
|
poster: "{{ theme_asset('mobile/gangwanjihua.jpg') }}",
|
|
|
});
|
|
|
|
|
|
+ player.on('paly',function(){
|
|
|
+ player1.pause();
|
|
|
+ player2.pause();
|
|
|
+ });
|
|
|
+
|
|
|
+ player1.on('paly',function(){
|
|
|
+ player.pause();
|
|
|
+ player2.pause();
|
|
|
+ });
|
|
|
+
|
|
|
+ player2.on('paly',function(){
|
|
|
+ player.pause();
|
|
|
+ player1.pause();
|
|
|
+ });
|
|
|
+
|
|
|
$('.module-title-nav').click(function() {
|
|
|
$('.module-title-nav').removeClass('active');
|
|
|
$(this).addClass('active');
|