|
|
require('feature.css');
|
|
|
require('product/search/list.page.css');
|
|
|
require('product/shop/redshop.page.css');
|
|
|
|
|
|
require('../plugin/sticky');
|
|
|
require('./shop/coupon');
|
|
|
require('./shop/red-shop');
|
|
|
|
|
|
const $ = require('yoho-jquery');
|
|
|
const allProduct = require('./shop/all-product');
|
|
|
let Tab = require('../plugin/tab');
|
|
|
|
|
|
require('feature.css');
|
|
|
require('product/search/list.page.css');
|
|
|
require('product/shop/redshop.page.css');
|
|
|
|
|
|
let $filterBox = $('.filter-box');
|
|
|
let $goodsContainer = $('#goods-container');
|
|
|
|
...
|
...
|
@@ -25,3 +21,7 @@ Tab.prototype.filtershow = function() { // 显示筛选 TAB |
|
|
|
|
|
// 页面打开直接加载筛选项
|
|
|
allProduct.getFilter();
|
|
|
|
|
|
require('../plugin/sticky');
|
|
|
require('./shop/coupon');
|
|
|
require('./shop/red-shop'); |
...
|
...
|
|