小程序
小游戏
企业微信
微信支付
扫描小程序码分享
绑定了imgId 但是打印出来还是array(0) , 但是打开里面又有值。
明明使用了 await 但是还是异步的,请教下这是什么原因呢?
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
async bindImageId () { for (let i = 0; i < this.data.img_src.length; i++) { const res = await wx.cloud.uploadFile({ cloudPath: 'xxx', filePath: 'yyy' // 不要加 success 和 fail }) goodInfo.imgId.push(res.fileId) } }
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
代码没头没尾
for(...){
await wx.cloud.uploadFile(...)
}
增强编译开了么
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
async bindImageId () { for (let i = 0; i < this.data.img_src.length; i++) { const res = await wx.cloud.uploadFile({ cloudPath: 'xxx', filePath: 'yyy' // 不要加 success 和 fail }) goodInfo.imgId.push(res.fileId) } }
代码没头没尾
for(...){
await wx.cloud.uploadFile(...)
}
增强编译开了么