|
@@ -632,7 +632,7 @@ var app = new Vue({
|
|
|
selectPic: function (ele) {
|
|
selectPic: function (ele) {
|
|
|
var _this = this;
|
|
var _this = this;
|
|
|
var files = ele.target.files;
|
|
var files = ele.target.files;
|
|
|
- var id = _this.picList.length+1;
|
|
|
|
|
|
|
+ var id = _this.picList.length;
|
|
|
if (files.length > 0) {
|
|
if (files.length > 0) {
|
|
|
var count = _this.picList.length;
|
|
var count = _this.picList.length;
|
|
|
$.each(files, function (k, file) {
|
|
$.each(files, function (k, file) {
|