Commit 501285e7 authored by liupengfei's avatar liupengfei

正式

parent d753103e
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
/* fenge */ /* fenge */
.video-loading { .video-loading {
background: url('//yun.dui88.com/advideo2020viewfile.gif') no-repeat; /* background: url('//yun.dui88.com/advideo2020viewfile.gif') no-repeat; */
background-size: contain; background-size: contain;
background-color:black; background-color:black;
width: 100%; width: 100%;
......
This diff is collapsed.
This diff is collapsed.
...@@ -3,10 +3,11 @@ export default { ...@@ -3,10 +3,11 @@ export default {
controls: false, controls: false,
playsInline: true, playsInline: true,
preload: 'auto', preload: 'auto',
poster: '//yun.dui88.com/h5-mani/makeMoney/video/viewfile.gif',
'x5-video-player-fullscreen': true, 'x5-video-player-fullscreen': true,
'x5-video-orientation': 'landscape|portrait', 'x5-video-orientation': 'landscape|portrait',
'x5-video-player-type': 'h5', 'x5-video-player-type': 'h5',
'x-webkit-airplay': 'allow', 'x-webkit-airplay': 'allow',
muted: false, muted: false,
crossorigin: 'anonymous' crossorigin: 'anonymous',
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment