作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

视频详情

... ... @@ -190,7 +190,7 @@
getDuration(audio.eq(key),vo)
});
$(".audio_style").click(function() {
console.log($(this).index(this));
console.log($('.audio_style').index(this));
$(this).find('.audio').play();
var audioTimer = setInterval(function() {
audioTime--;
... ...