Authored by htoooth

fix

... ... @@ -24,7 +24,7 @@ function _getDetailDataBySizeInfo(intro) {
// 视频链接处理
$intro = $(intro);
$intro.find('.video-placeholder').each((idx, ele) => {
$intro.find('.video-placeholder').each(function(idx, ele) {
var $this = $(ele);
var videoSrc = $this.find('source').attr('src');
var $video = $this.find('video');
... ...