Showing
1 changed file
with
1 additions
and
2 deletions
@@ -43,8 +43,7 @@ var $saleReturn = $('#saleReturn'); | @@ -43,8 +43,7 @@ var $saleReturn = $('#saleReturn'); | ||
43 | 43 | ||
44 | var dialogTpl = require('hbs/product/coupon-dialog.hbs'); | 44 | var dialogTpl = require('hbs/product/coupon-dialog.hbs'); |
45 | 45 | ||
46 | -var $goodsIdArr = [], | ||
47 | - loadYas = {}; | 46 | +var $goodsIdArr = []; |
48 | 47 | ||
49 | $('.recommend-slider .img-item .goods-id').each(function() { | 48 | $('.recommend-slider .img-item .goods-id').each(function() { |
50 | $goodsIdArr.push($(this).html()); | 49 | $goodsIdArr.push($(this).html()); |
-
Please register or login to post a comment