|
@@ -57,13 +57,7 @@ Page({
|
|
|
}
|
|
|
that.setData({
|
|
|
tempFilePath: that.data.tempFilePath
|
|
|
- })
|
|
|
- wx.showModal({
|
|
|
- title: '上传提示',
|
|
|
- content: JSON.stringify(that.data.tempFilePath),
|
|
|
- showCancel: false,
|
|
|
- success: function (res) { }
|
|
|
- })
|
|
|
+ })
|
|
|
var uploadImgCount = 0;
|
|
|
for (var i = 0, h = tempFilePaths.length; i < h; i++) {
|
|
|
//上传文件
|