更新 infowindow-view.js

This commit is contained in:
钟进 2020-06-13 11:34:04 +00:00
parent bb43395e8a
commit 28ba40f0c9

View File

@ -114,9 +114,9 @@ var Infowindow = View.extend({
this._loadCover(); this._loadCover();
} }
if (this._containsVideo()) { // if (this._containsVideo()) {
this._loadVideo(); // this._loadVideo();
} // }
@ -456,7 +456,7 @@ var Infowindow = View.extend({
}, },
_loadVideofunction () { _loadVideo: function () {
this._renderCoverLoader(); this._renderCoverLoader();
this._startCoverLoader(); this._startCoverLoader();