...
|
...
|
@@ -348,9 +348,10 @@ |
|
|
$(this).parents('.info_item').children('.textarea_box').show()
|
|
|
$(this).parents('.info_item').find('.voice_first').hide()
|
|
|
}
|
|
|
// console.log(1111)
|
|
|
console.log(1111)
|
|
|
})
|
|
|
|
|
|
|
|
|
//点击正在播放按钮
|
|
|
$('.icon-luying_ongoing').click(function () {
|
|
|
var videolist = $(".voice_module");
|
...
|
...
|
|