公司有个项目需求需要在一个列表中分别上传图片,饿了么的方法不支持传递index,可以这样传递:
:on-change="(file,fileList)=>{return changeFile(file,fileList, scope.$index)}"
这样就可以传递了