...
|
...
|
@@ -4,6 +4,7 @@ require('product/shop/redshop.page.css'); |
|
|
|
|
|
const $ = require('yoho-jquery');
|
|
|
const allProduct = require('./shop/all-product');
|
|
|
const newProuct = require('./shop/new-product');
|
|
|
let Tab = require('../plugin/tab');
|
|
|
|
|
|
let $filterBox = $('.filter-box');
|
...
|
...
|
@@ -18,6 +19,9 @@ Tab.prototype.filtershow = function() { // 显示筛选 TAB |
|
|
allProduct.getGoodsList();
|
|
|
}
|
|
|
};
|
|
|
Tab.prototype.getnewgoods = function() {
|
|
|
newProuct.getNewGoods();
|
|
|
};
|
|
|
|
|
|
// 页面打开直接加载筛选项
|
|
|
allProduct.getFilter();
|
...
|
...
|
|