src/main/resources/templates/febs/views/modules/goods/tzInfo.html
@@ -169,7 +169,7 @@ // 计算剩余的小时、分钟和秒数 var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); var seconds = Math.floor((distance % (1000 * 60)) / 1000); if (distance > 0 && distance < 1 * 60 * 1000) { if (distance > 0 && distance < 1 * 30 * 1000) { // 倒计时结束,显示相应信息 document.getElementById('countdown').innerHTML = '停止投注,等待开奖中,'+minutes + ':' + seconds ; }else if(distance <= 0){