From 5b793e200805904e6db3f08a9ef4b43700ed7871 Mon Sep 17 00:00:00 2001
From: htoooth <ht.anglenx@gmail.com>
Date: Thu, 14 Sep 2017 14:55:49 +0800
Subject: [PATCH] fix

---
 public/js/product/detail/intro.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/js/product/detail/intro.js b/public/js/product/detail/intro.js
index 1cdf24c..a97f5ac 100644
--- a/public/js/product/detail/intro.js
+++ b/public/js/product/detail/intro.js
@@ -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');
--
libgit2 0.24.0