goods-list.js 246 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /* * @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);