Showing
5 changed files
with
4 additions
and
4 deletions
@@ -4,7 +4,7 @@ import { | @@ -4,7 +4,7 @@ import { | ||
4 | Controller | 4 | Controller |
5 | } from 'yoho-mvc'; | 5 | } from 'yoho-mvc'; |
6 | 6 | ||
7 | -const ProductListWithFilter = require('product/product-list-with-filter'); | 7 | +const ProductListWithFilter = require('product/list/product-list-with-filter'); |
8 | const lazyLoad = require('yoho-jquery-lazyload'); | 8 | const lazyLoad = require('yoho-jquery-lazyload'); |
9 | let productListWithFilter = new ProductListWithFilter({ | 9 | let productListWithFilter = new ProductListWithFilter({ |
10 | page: 2, | 10 | page: 2, |
1 | require('product/shop/shop.page.css'); | 1 | require('product/shop/shop.page.css'); |
2 | -let ProductListWithFilter = require('product/product-list-with-filter'); | 2 | +let ProductListWithFilter = require('product/list/product-list-with-filter'); |
3 | 3 | ||
4 | let brandId = $('#brandId').val(); | 4 | let brandId = $('#brandId').val(); |
5 | 5 |
1 | require('product/shop/shop.page.css'); | 1 | require('product/shop/shop.page.css'); |
2 | -let ProductListWithFilter = require('product/product-list-with-filter'); | 2 | +let ProductListWithFilter = require('product/list/product-list-with-filter'); |
3 | 3 | ||
4 | let shopId = $('#shopId').val(); | 4 | let shopId = $('#shopId').val(); |
5 | 5 |
@@ -4,7 +4,7 @@ require('product/shop/redshop.page.css'); | @@ -4,7 +4,7 @@ require('product/shop/redshop.page.css'); | ||
4 | 4 | ||
5 | const $ = require('yoho-jquery'); | 5 | const $ = require('yoho-jquery'); |
6 | const shopId = $('#shopId').val(); | 6 | const shopId = $('#shopId').val(); |
7 | -const ProductListWithFilter = require('product/product-list-with-filter'); | 7 | +const ProductListWithFilter = require('product/list/product-list-with-filter'); |
8 | let Tab = require('../plugin/tab'); | 8 | let Tab = require('../plugin/tab'); |
9 | 9 | ||
10 | let $filterBox = $('.filter-box'); | 10 | let $filterBox = $('.filter-box'); |
-
Please register or login to post a comment