获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 苹果和安卓显示地址距离差距太大?
苹果和安卓显示地址距离差距太大
2019-10-09 - wx.uploadfile 使用for循环发生异步提交怎么解决?
var zhi = that.data.inputlist.length - 1; for(var j=0; j<zhi; j++){ debugger var pics = that.data.inputlist[j].img; wx.uploadFile({ url: bbsUrl + '?op=-1&mid=' + wx.getStorageSync('mid'), filePath: pics[j], name: 'fileData', dataType: 'json', formData: null, method: 'POST', success: function (resp) { console.log("1234567897899" + resp); } }); }
2019-09-11