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