wesmiler %!s(int64=6) %!d(string=hai) anos
pai
achega
a873d4ed58
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      public/static/weixin/js/photo.js

+ 1 - 0
public/static/weixin/js/photo.js

@@ -632,6 +632,7 @@ var app = new Vue({
         selectPic: function (ele) {
             var _this = this;
             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) {