更新 infowindow-view.js

This commit is contained in:
钟进 2020-06-13 16:24:58 +00:00
parent db2da36f9a
commit fac4cb15e5

View File

@ -187,6 +187,10 @@ var Infowindow = View.extend({
this._stopCoverLoader(); this._stopCoverLoader();
player = videojs('hls-video');
if (player) player.play();
$video $video
.load(this._onLoadVideoSuccess) .load(this._onLoadVideoSuccess)
.error(this._onLoadVideoError) .error(this._onLoadVideoError)