作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

商户申请

... ... @@ -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);
}
});
});
... ...