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

商户申请

... ... @@ -147,7 +147,7 @@
success: function (res) {
var html = '';
$(res.localIds).each(function (key, localId) {
html += uploadImages(localId,2);
html += uploadImages(localId,1);
});
$('#dom2').prepend(html);
}
... ...