|
|
@@ -634,7 +634,6 @@ var app = new Vue({
|
|
|
var files = ele.target.files;
|
|
|
var id = _this.picList.length-1;
|
|
|
if (files.length > 0) {
|
|
|
- var count = _this.picList.length;
|
|
|
$.each(files, function (k, file) {
|
|
|
if (file) {
|
|
|
var reader = new FileReader();
|
|
|
@@ -651,16 +650,16 @@ var app = new Vue({
|
|
|
file_size: file.size,
|
|
|
file_type: file.type
|
|
|
};
|
|
|
- _this.picList.push(img);
|
|
|
+ // _this.picList.push(img);
|
|
|
|
|
|
_this.picEdit(id);
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
|
|
|
- if (count > 0) {
|
|
|
+ /*if (count > 0) {
|
|
|
_this.getFileList(0);
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
|
|
|
}
|