没网的苦恼
Posted Danna123
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了没网的苦恼相关的知识,希望对你有一定的参考价值。
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()
)
)
以上是关于没网的苦恼的主要内容,如果未能解决你的问题,请参考以下文章