@@ -2189,10 +2189,10 @@
let $target = $obj.parent().parent().parent().find('.swiper-container').find('.item_prod');
let goodsSize = $target.length;
let btnType = "C";
- let params = [];
let goodsIdx = 0;
$target.each(function(){
+ let params = [];
goodsIdx ++;
if ($(this).hasClass('unable')) {
@@ -1564,9 +1564,9 @@
let $target = $obj.parent().find('.li_item').find('.item_prod');