Showing
1 changed file
with
2 additions
and
4 deletions
@@ -432,8 +432,6 @@ window.seckillRefresh = function() { | @@ -432,8 +432,6 @@ window.seckillRefresh = function() { | ||
432 | // location.reload(); | 432 | // location.reload(); |
433 | }; | 433 | }; |
434 | 434 | ||
435 | -yoho.ready(function() { | ||
436 | - $(function() { | ||
437 | - seckillObj.init(); | ||
438 | - }); | 435 | +$(function() { |
436 | + seckillObj.init(); | ||
439 | }); | 437 | }); |
-
Please register or login to post a comment