Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎么开启自动上传功能,怎么重新打包啊,楼主 #2

Open
yksmile007 opened this issue May 4, 2017 · 3 comments
Open

Comments

@yksmile007
Copy link

怎么开启自动上传功能,怎么重新打包啊,楼主

@watson-yan
Copy link
Owner

自动上传功能也想过,但是觉得这样选好了多张图片再一起上传更适合用户操作。 如果需要自动上传,需要做比较大的改动,删除按钮也要后端做接口

@yksmile007
Copy link
Author

isContain(file) {
this.files.forEach((item) => {
if(item.name === file.name && item.size === file.size) {
return true
}
})
return false
},
这个函数都没有起到检测重复图片的作用

@xuefei0353
Copy link

请问如何重新打包呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants