没网的苦恼

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()
)

)

没网的苦恼_ide

 


以上是关于没网的苦恼的主要内容,如果未能解决你的问题,请参考以下文章

SQLite的使用--SQLite语句

断网的情况 搭建本机和虚拟机内部局域网

Linux 安装node.js 16

Eclipse集成Maven

mac Parallels Desktop 16 无网解决办法

H5 JS API 02