获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
因为网不好
安卓手机h5 wx.uploadImage上传失败报missing arguments?打印localIdList[0]也是字符串,也有,网上说的tostring()也试了,就是报missing arguments function uploadImage() { _this.$wechat.uploadImage({ localId: localIdList[0], isShowProgressTips: 1, success: function(res) { serverIdList.push(res.serverId); localIdList.shift(); if (localIdList.length) { uploadImage(); } else { _this.getUploadImage(serverIdList).then(() => { _this.isDisabled = false; }); } }, fail: function(res) { _this.$vux.loading.hide(); alert(JSON.stringify(res)); } }); }
2021-08-18