|
|
@@ -192,8 +192,8 @@
|
|
|
html += '<div class="swiper-slide">\n';
|
|
|
html += ' <div class="item_prod">\n';
|
|
|
html += ' <div class="item_state">\n';
|
|
|
- html += ' <button type="button" class="itemLike" onclick="wishlistDelete(this)">관심상품 추가</button>\n';
|
|
|
- html += ' <a href="javascript:void(0);" class="itemLink" onclick="cfnGoToGoodsDetail(\''+item.itemId+'\')">\n';
|
|
|
+ html += ' <button type="button" class="itemLike" onclick="cfnPutWishList(this)" goodsCd="'+item.itemId+'" goodsNm="'+ item.itemName+'" ithrCd="" contentsLoc="IN10_01" planDtlSq="">관심상품 추가</button>\n';
|
|
|
+ html += ' <a href="javascript:void(0);" class="itemLink" onclick="cfnGoToGoodsDetail(\''+item.itemId+'\',\'\',\'IN10_01\')">\n';
|
|
|
html += ' <div class="itemPic">\n';
|
|
|
html += ' <img alt="" class="vLHTC pd_img" src="' + item.imageUrl + '">\n';
|
|
|
html += ' </div>\n';
|
|
|
@@ -239,8 +239,8 @@
|
|
|
$.each(result.dataList, function (idx, item){
|
|
|
tag += '<div class="item_prod">\n';
|
|
|
tag += ' <div class="item_state">\n';
|
|
|
- tag += ' <button type="button" class="itemLike" goodsCd=\''+item.goodsCd+'\' onclick="wishlistDelete(this)">관심상품 추가</button>\n';
|
|
|
- tag += ' <a href="javascript:void(0);" class="itemLink" onclick="cfnGoToGoodsDetail(\''+item.goodsCd+'\', \''+item.colorCd+'\')">\n';
|
|
|
+ tag += ' <button type="button" class="itemLike" onclick="wishlistDelete(this)" goodsCd="'+item.goodsCd+'" goodsNm="'+ item.goodsNm+'" ithrCd="" contentsLoc="IN10_01" planDtlSq="">관심상품 추가</button>\n';
|
|
|
+ tag += ' <a href="javascript:void(0);" class="itemLink" onclick="cfnGoToGoodsDetail(\''+item.goodsCd+'\', \''+item.mainColorCd+'\',\'IN10_01\')">\n';
|
|
|
tag += '<div class="shape ';
|
|
|
if(idx==0){
|
|
|
tag += ' ranker';
|