goods-list.js 246 Bytes
/*
 * @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);