|
|
@@ -209,7 +209,7 @@ var fnCreateGoodsList = function(result, ithrCd, contentLoc, goodsUrl, lastPage,
|
|
|
// categoryGoodsList.push(item.goodsCd);
|
|
|
// }
|
|
|
if(!gagajf.isNull(item.goodsCd)) {
|
|
|
- tag += '<div class="item_prod" id="' + item.goodsCd + item.mainColorCd + '">';
|
|
|
+ tag += '<div class="item_prod" id="' + item.goodsCd + item.colorCd + '">';
|
|
|
tag += ' <div class="item_state';
|
|
|
if (!gagajf.isNull(item.sizes)) {
|
|
|
var sizeArr = item.sizes.split(",");
|
|
|
@@ -237,7 +237,7 @@ var fnCreateGoodsList = function(result, ithrCd, contentLoc, goodsUrl, lastPage,
|
|
|
} else {
|
|
|
tag += ' onClick="cfnPutWishList(this);" goodsCd=\'' + item.goodsCd + '\', ithrCd=\'\', contentsLoc=\'\', planDtlSq=\'\'>관심상품 추가</button>';
|
|
|
}
|
|
|
- tag += '<a href="javascript:void(0);" class="itemLink" onclick="fnClickGoodsCd(\'' + item.goodsCd + '\',\'' + item.mainColorCd + '\');">';
|
|
|
+ tag += '<a href="javascript:void(0);" class="itemLink" onclick="fnClickGoodsCd(\'' + item.goodsCd + '\',\'' + item.colorCd + '\');">';
|
|
|
tag += ' <div class="itemPic">';
|
|
|
if (!gagajf.isNull(item.videos)) {
|
|
|
var videoArr = item.videos.split(",");
|
|
|
@@ -765,6 +765,7 @@ var fnDeleteFilterSlider = function (obj, gubun, minVal, maxVal){
|
|
|
|
|
|
// 정렬 순서
|
|
|
var fnSortingChange = function (obj, sortingType, stat, appGb){
|
|
|
+ console.log('here sort');
|
|
|
fnCategoryGoodsInfiniteScrollInit();
|
|
|
if(stat != 'back'){
|
|
|
if($("#searchGoodsForm input[name=sortingType]").val()==sortingType){
|
|
|
@@ -796,6 +797,7 @@ var fnSortingChange = function (obj, sortingType, stat, appGb){
|
|
|
|
|
|
$('#endPage').hide();
|
|
|
$('#noFilterData').hide();
|
|
|
+ console.log('here sort2');
|
|
|
fnGoodsListSearch();
|
|
|
}
|
|
|
|