diff --git a/components/remaining/remaining.vue b/components/remaining/remaining.vue index 612bd66..959b3b2 100644 --- a/components/remaining/remaining.vue +++ b/components/remaining/remaining.vue @@ -4,7 +4,7 @@ - @@ -49,7 +49,7 @@ export default { data() { return { - remaining: 11, + remaining: 7, type: true, banner: false, protocol: false, @@ -176,6 +176,9 @@ videoErrorCallback: function(e) { console.log('视频错误信息:',e); }, + timeupdate(e) { + console.log(e); + }, getRandomColor: function() { const rgb = [] for (let i = 0; i < 3; ++i) {