更新 infowindow-view.js
This commit is contained in:
@@ -187,6 +187,10 @@ var Infowindow = View.extend({
|
||||
|
||||
this._stopCoverLoader();
|
||||
|
||||
player = videojs('hls-video');
|
||||
|
||||
if (player) player.play();
|
||||
|
||||
$video
|
||||
.load(this._onLoadVideoSuccess)
|
||||
.error(this._onLoadVideoError)
|
||||
|
||||
Reference in New Issue
Block a user