Authored by 陈轩

seckill list 刷新

@@ -212,12 +212,10 @@ seckillObj = { @@ -212,12 +212,10 @@ seckillObj = {
212 var focusElem = $el.$navUl.find('>li.focus'); 212 var focusElem = $el.$navUl.find('>li.focus');
213 213
214 if (focusElem.length) { 214 if (focusElem.length) {
215 - history.go(0);  
216 -  
217 - // that.refreshProductList(  
218 - // focusElem.find('input.activityId').val(),  
219 - // focusElem.find('input.date').val()  
220 - // ); 215 + that.refreshProductList(
  216 + focusElem.find('input.activityId').val(),
  217 + focusElem.find('input.date').val()
  218 + );
221 } 219 }
222 }, 220 },
223 221