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

修改播放

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