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

视频详情

... ... @@ -192,6 +192,7 @@
$(".audio_style").click(function() {
console.log($('.audio_style').index(this));
$(audio).each(function (key, vo) {
console.log(audio.eq(key));
if(key == $('.audio_style').index(this)){
var audioTimer = setInterval(function() {
audioTime--;
... ...