Authored by biao

update for upload

... ... @@ -377,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({
... ...
... ... @@ -54,7 +54,6 @@ function getResponse(cb) {
num++;
if (res) {
clearInterval(inter);
$result[0].contentDocument.body.innerText = '';
if (cb) {
return cb($.parseJSON(res));
... ...