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
OF1706
8 years ago
Commit
72d930aa9e576ce3169537053ecdb38a81fc8e2c
1 parent
1adc32b0
video http
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/guang-service.js
apps/guang/models/guang-service.js
View file @
72d930a
...
...
@@ -779,7 +779,7 @@ module.exports = class extends global.yoho.BaseModel {
video
:
[]
};
result
.
video
.
push
(
videoPlayerTpl
((
data
.
src
).
replace
(
/http:/g
,
'
'
),
640
,
350
));
result
.
video
.
push
(
videoPlayerTpl
((
data
.
src
).
replace
(
/http:/g
,
''
),
640
,
350
));
return
result
;
},
...
...
Please
register
or
login
to post a comment