MrShi
8 天以前 6f7f24efb43a64c79325a425dcd3e507d55bf876
small-program/pages/evaluate/evaluate.vue
@@ -197,9 +197,10 @@
                  })
                  try {
                     const uploadResults = await that.uploadFiles(tempFilePaths, maxCount)
                     const addrs = uploadResults.map(item => item.imgaddr)
                     const fullPaths = uploadResults.map(item => item.url || item.path || item)
                     that.photoList = [...that.photoList, ...fullPaths.map(url => ({ url }))]
                     that.form.images = [...that.form.images, ...fullPaths]
                     that.form.images = [...that.form.images, ...addrs]
                     uni.hideLoading()
                     uni.showToast({
                        title: '上传成功',