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