没网的苦恼

时人不识凌云木,直待凌云始道高。这篇文章主要讲述没网的苦恼相关的知识,希望能为你提供帮助。

const pArr = []
uni.chooseImage(
count,
sizeType: original,
success: (path) =>
uni.showLoading(
title: 上传中...,
mask: true,
icon: none
)
path.tempFilePaths.map((item, index) =>
// compressImage(item).then(comPath =>
pArr.push(
new Promise((resolve, reject) =>
ossUpload.call(_self, item, path.tempFiles[index].name, function(res)
_self.imgArr.push(res)
resolve(res)
)
)
)
// )
)
Promise.all(pArr).then(res =>
uni.hideLoading()
)

)


 
【没网的苦恼】


    推荐阅读