Authored by biao

fix upload img bug

... ... @@ -302,6 +302,9 @@ function bindConfirmEvent() {
var $f = $good.find('.form');
var $specialReason = $good.find('.special-reason');
$imgs = null;
imgs = [];
goodObj.product_skn = $c.data('skn');
goodObj.product_skc = $c.data('skc');
goodObj.product_sku = $c.data('sku');
... ... @@ -374,7 +377,7 @@ function bindImgDeleteEvent() {
}
function doUpload(count, goodIndex) {
var $el = $('*[data-good-index=' + goodIndex + ']');
var $el = $('*[data-good-index='+ goodIndex +']')
if (count < 4) {
upload.up({
... ...