...
|
...
|
@@ -16,6 +16,7 @@ var urlObj = { |
|
|
'shopsRest': '/ShopsRest/selectCheckPassShopsByName', // 店铺列表
|
|
|
'xiangouID': '/DrawlineActivityRest/selectActivityListForSelect', //限购ID
|
|
|
'sortsize2': '/product/querySizeListBySortId4Html', //尺码
|
|
|
'sortsize3':'/product/querySizeListBySkn',//尺码
|
|
|
'sortbybrand': '/ShopsRest/queryShopsByBrandId',
|
|
|
'getjitSup': '/AgreementRest/getJitSupplierByBrandId',
|
|
|
// 'getsort':'/goods/query/querySortBySmallSort',
|
...
|
...
|
@@ -60,7 +61,7 @@ var urlObj = { |
|
|
'queryProdSizeListForSel':"/productSize/queryProdSizeListForSel"
|
|
|
};
|
|
|
|
|
|
var minimumResultsForSearch = ["sortbybrand", "getjitSup", "sortsize2", "querySupplier"];
|
|
|
var minimumResultsForSearch = ["sortbybrand", "getjitSup", "sortsize2", "querySupplier","sortsize3"];
|
|
|
|
|
|
var dropDown = function(option) {
|
|
|
new dropDown.prototype.init(option);
|
...
|
...
|
|