|
|
@@ -194,6 +194,19 @@ var fnGetInfiniteScrollDataList = function() {
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
+ } else {
|
|
|
+ let html = '<div class="inner">';
|
|
|
+ html += ' <div class="part_goods">';
|
|
|
+ html += ' <div class="nodata">';
|
|
|
+ html += ' <div class="txt_box">';
|
|
|
+ html += ' <p>취소/반품/교환내역이 없습니다.<br/></p>';
|
|
|
+ html += ' </div>';
|
|
|
+ html += ' </div>';
|
|
|
+ html += ' </div>';
|
|
|
+ html += '</div>';
|
|
|
+
|
|
|
+ $("#listBox").css("display", "block");
|
|
|
+ $("#listBox").append(html);
|
|
|
}
|
|
|
}, true);
|
|
|
}
|