...
|
...
|
@@ -4,7 +4,7 @@ require('product/shop/redshop.page.css'); |
|
|
|
|
|
const $ = require('yoho-jquery');
|
|
|
const shopId = $('#shopId').val();
|
|
|
const ProductListWithFilter = require('product/product-list-with-filter');
|
|
|
const ProductListWithFilter = require('product/list/product-list-with-filter');
|
|
|
let Tab = require('../plugin/tab');
|
|
|
|
|
|
let $filterBox = $('.filter-box');
|
...
|
...
|
|