Authored by lijing

倒计时bug

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