正在显示
1 个修改的文件
包含
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 | }); |
-
请 注册 或 登录 后发表评论