...
|
...
|
@@ -149,7 +149,7 @@ |
|
|
$(res.localIds).each(function (key, localId) {
|
|
|
html += uploadImages(localId,1);
|
|
|
});
|
|
|
$('#dom2').prepend(html);
|
|
|
$('#dom1').prepend(html);
|
|
|
}
|
|
|
});
|
|
|
});
|
...
|
...
|
@@ -163,7 +163,7 @@ |
|
|
$(res.localIds).each(function (key, localId) {
|
|
|
html += uploadImages(localId,2);
|
|
|
});
|
|
|
$('#dom1').prepend(html);
|
|
|
$('#dom2').prepend(html);
|
|
|
}
|
|
|
});
|
|
|
});
|
...
|
...
|
|