Authored by 郭成尧

seckillgoods

@@ -18,4 +18,7 @@ @@ -18,4 +18,7 @@
18 <li>活动最终解释权归YOHO!BUY有货所有</li> 18 <li>活动最终解释权归YOHO!BUY有货所有</li>
19 </ol> 19 </ol>
20 </section> 20 </section>
  21 + <div id="goodsContainer" class="goods-container">
  22 + <div class="default-goods container clearfix"></div>
  23 + </div>
21 </div> 24 </div>
@@ -466,3 +466,5 @@ window.seckillRefresh = function() { @@ -466,3 +466,5 @@ window.seckillRefresh = function() {
466 $(function() { 466 $(function() {
467 seckillObj.init(); 467 seckillObj.init();
468 }); 468 });
  469 +
  470 +require('./seckill/goods-list');
  1 +/*
  2 + * @Author: Targaryen
  3 + * @Date: 2017-04-21 13:36:34
  4 + * @Last Modified by: Targaryen
  5 + * @Last Modified time: 2017-04-21 13:38:09
  6 + */
  7 +
  8 +const $ = require('yoho-jquery');
  9 +
  10 +let $goodsContainer = $('#goodsContainer');
  11 +
  12 +console.log($goodsContainer);