Authored by 郭成尧

seckillgoods

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