@@ -49,9 +49,9 @@ Page({
mask: true,
duration: 1000
})
-
+ that.data.tempFilePath.push(tempFilePaths);
that.setData({
- tempFilePath: tempFilePaths
+ tempFilePath: that.data.tempFilePath
var uploadImgCount = 0;
for (var i = 0, h = tempFilePaths.length; i < h; i++) {