/**
* 文件上传成功
*/
successUpload(response, file, fileList) {
this.fileList.push({
name: file.name,
url: this.domain + file.response.key
});
this.emitInput(this.fileList);
},
上传了两张图片,只成功了一张,第二章的status=ready
请出示详细错误