Authored by liuyue

商品参数和补全信息 参数互换

... ... @@ -71,12 +71,13 @@ GOLABDATA.on("LYaddInfo", function() {
});
});
//上架后补全
$.ajax({
type: 'POST',
url: '/goods/product/queryAttributesByConf',
data: {
saleType: 2,
displayPosition: 3,
displayPosition: 2,
categoryId: basicInfo.smallSortId
},
dataType: 'json',
... ... @@ -175,7 +176,7 @@ common.util.__ajax({
url: '/goods/product/queryAttributesByConfEx',
data: {
saleType: 2,
displayPosition: 2,
displayPosition: 3,
categoryId: basicInfo.smallSortId
}
}, function(res) {
... ...