提交 86b092ae 编写于 作者: guofeng.chen's avatar guofeng.chen

修改播放

上级 726818a2
...@@ -227,8 +227,8 @@ export default { ...@@ -227,8 +227,8 @@ export default {
const loop = () => { const loop = () => {
if (this.loaded) { if (this.loaded) {
this.player.play(); this.player.play();
this.isPaused = false;
if (!this.player.paused) { if (!this.player.paused) {
this.isPaused = false;
this.reportOnOff(1); this.reportOnOff(1);
} }
return null; return null;
......
...@@ -561,7 +561,7 @@ export default { ...@@ -561,7 +561,7 @@ export default {
border-radius: 15px; border-radius: 15px;
} }
} }
/deep/.next-countdown{ .next-countdown{
position: absolute; position: absolute;
color: #fff; color: #fff;
right: 10px; right: 10px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册