Commit 82848dad by libai

测试

parent dbead79d
Showing with 1 additions and 1 deletions
......@@ -2267,7 +2267,7 @@ $(function () {
}
for(var i=0;i<$(".gift-track-box").children().length;i++){
if($(".track-content").hasClass('track'+list.content.uuid+'')){
if(list.content.giftDuration!==0)$('.track'+list.content.uuid+'').attr("data-type",''+list.content.giftDuration*1000+'')
if(list.content.giftDuration!==0&&list.content.giftDuration!=undefined)$('.track'+list.content.uuid+'').attr("data-type",''+list.content.giftDuration*1000+'')
else $('.track'+list.content.uuid+'').attr("data-type",'5000')
$('.track'+list.content.uuid+'').children(".track-bar").children('.track-num').html(html)
return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment