@@ -582,7 +582,7 @@
//旋转完毕后弹窗
console.log('over');
count--;
- $('#left_count').html('剩余'+count+'次');
+ $('#left_count').html('剩余'+count+' 次');
if(count<=0){
$('#lottery_button').html('充值后才可抽奖');
}