Authored by lijing

倒计时bug

... ... @@ -65,7 +65,6 @@ seckillObj = {
$el.currentTick = setTimeout(function() {
that.startTick(elem, --offsetTime);
}, 1000);
$('.seckill-time-c').text(offsetTime);
}
}
... ...