正在显示
1 个修改的文件
包含
5 行增加
和
5 行删除
@@ -145,13 +145,13 @@ | @@ -145,13 +145,13 @@ | ||
145 | sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有 | 145 | sizeType: ['original', 'compressed'], // 可以指定是原图还是压缩图,默认二者都有 |
146 | sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有 | 146 | sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有 |
147 | success: function (res) { | 147 | success: function (res) { |
148 | - var html1 = ''; | 148 | + var html = ''; |
149 | $(res.localIds).each(function (key, localId) { | 149 | $(res.localIds).each(function (key, localId) { |
150 | - html1 += uploadImages(localId,1); | ||
151 | - console.log(html1); | 150 | + console.log(uploadImages(localId,1)); |
151 | + // console.log(html); | ||
152 | }); | 152 | }); |
153 | - console.log(html1); | ||
154 | - $('#dom1').prepend(html1); | 153 | + console.log(html); |
154 | + $('#dom1').prepend(html); | ||
155 | } | 155 | } |
156 | }); | 156 | }); |
157 | }); | 157 | }); |
-
请 注册 或 登录 后发表评论