wh123660
wh123660
我写的uploadder方法,里面上传图片用wx.uploadFile函数,然后这个函数又只能一个一个图片上传,然后我看了下你upload回调函数里面返回的也是一个数组,也就是说,要循环每个元素去进行ajax上传,然后里面的resolve({urls})这个里面的urls要怎么拿到?
   data.filelist = []; The console has output progress every time the file is uploaded, but the HTML does not render progress bar; Do not know why?
What we have done is that the filelist is a self-made style. There is a re upload button after the file upload fails. I want to use js to control...
code: 