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

商户申请

@@ -149,6 +149,7 @@ @@ -149,6 +149,7 @@
149 $(res.localIds).each(function (key, localId) { 149 $(res.localIds).each(function (key, localId) {
150 html += uploadImages(localId,1); 150 html += uploadImages(localId,1);
151 }); 151 });
  152 + console.log(html);
152 $('#dom1').prepend(html); 153 $('#dom1').prepend(html);
153 } 154 }
154 }); 155 });