Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
8 years ago
Commit
5b793e200805904e6db3f08a9ef4b43700ed7871
1 parent
93c84e50
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/detail/intro.js
public/js/product/detail/intro.js
View file @
5b793e2
...
...
@@ -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'
);
...
...
Please
register
or
login
to post a comment